The JSP API The JSP API javax.servlet.jsp package The JspPage interface The HttpJspPage interface The JSP API consists of two packages: javax.servlet.jsp…
api
-
-
Sending email through JavaMail API in Servlet The JavaMail API provides many classes that can be used to send email from java.…
-
Jsoup API There are 6 packages in jsoup api providing classes and interfaces for developing jsoup application. org.jsoup org.jsoup.examples org.jsoup.helper org.jsoup.nodes org.jsoup.parser…
-
Java AWT MenuItem and Menu The object of MenuItem class adds a simple labeled menu item on menu. The items used in…
-
Java WindowListener Interface The Java WindowListener is notified whenever you change the state of window. It is notified against WindowEvent. The WindowListener…
-
Java AWT Panel The Panel is a simplest container class. It provides space in which an application can attach any other component.…
-
Java AWT PopupMenu PopupMenu can be dynamically popped up at specific position within a component. It inherits the Menu class. AWT PopupMenu…
-
Java AWT Scrollbar The object of Scrollbar class is used to add horizontal and vertical scrollbar. Scrollbar is a GUI component allows…
-
Java AWT TextArea The object of a TextArea class is a multiline region that displays text. It allows the editing of multiple…
-
Java AWT TextField The object of a TextField class is a text component that allows a user to enter a single line…