Java`s Reserved Words
when you are writing java code, you should know that java reserves certain words for itself as part of the
Read morewhen you are writing java code, you should know that java reserves certain words for itself as part of the
Read moreJava supports three types of comments, two of which are taken from C++. you can surround a comment of any
Read moreThe main method has one line of code in it: public class name { public static void main(String[] args) System.out.println(“linux”);}
Read moreStruts is a framework that provides the use of the Model-View-Controller architecture for designing large-scale applications. it is a project
Read moreJSF The java Server Faces (JSF) is a new framework for building Web application by using Java. Java Server Faces
Read moreEach applet is an augmentation of the java.applet.applet class. The base Applet class gives techniques that a determined Applet class
Read moreIn order to run an applet, you must have a web browser. An applet can be a completely utilitarian Java
Read morePackages are utilized as a part of Java so as to avert naming clashes, to control access, to make seeking/placing
Read moreIn order to declare an interface, you must use the interface keyword. Here is a straightforward illustration that can be
Read moreIn Java, it is conceivable to characterize two categories of Exceptions and Errors. Programmatic exceptions: – These special cases are
Read more