AWT Dialog Class

  • Post author:
  • Post category:AWT
  • Post comments:2 Comments

Introduction Dialog class control represents a top-level window with a title and a border used to take some form of input from the user. Class declaration Following is the declaration…

Continue ReadingAWT Dialog Class

AWT Scrollbar Class

  • Post author:
  • Post category:AWT
  • Post comments:0 Comments

Introduction Scrollbar class control represents a scroll bar component in order to enable users to select from a range of values. Class declaration The Following is the declaration for java.awt.Scrollbar class: public…

Continue ReadingAWT Scrollbar Class

AWT Image Class

  • Post author:
  • Post category:AWT
  • Post comments:1 Comment

Introduction Image class control is the superclass for all image classes representing graphical images. Class declaration The Following is the declaration for java.awt.Image class: public abstract class Image extends Object Field Following…

Continue ReadingAWT Image Class

AWT Canvas Class

  • Post author:
  • Post category:AWT
  • Post comments:0 Comments

Introduction Canvas class control represents a rectangular area where the application can draw something or can receive inputs created by the user. Class declaration Following is the declaration for java.awt.Canvas class: public…

Continue ReadingAWT Canvas Class

AWT Choice Class

  • Post author:
  • Post category:AWT
  • Post comments:1 Comment

Introduction Choice class control is used to show pop up menu of choices. The selected choice is shown at the top of the menu. Class declaration Following is the declaration…

Continue ReadingAWT Choice Class

HTTP – Caching

  • Post author:
  • Post category:HTTP
  • Post comments:1 Comment

In this guide, we will discuss Caching in HTTP. HTTP is typically used for distributed information systems, where performance can be improved by the use of response caches. The HTTP/1.1…

Continue ReadingHTTP – Caching