-
System.out.println : So called SOP/sysout
Widely used statement in Java and interestingly its one of the most number of times compiled statement in the history of…
-
Assert Keyword and Its Use
Assert The Dictionary Meaning of Assert is 1. To state or express positively; 2. To defend or maintain (one’s rights,…
-

Accessing Private Members of a Java Class using Reflection
Java Reflection API provides a feature to access private members of a Java Class. java.lang.reflect package provides the AccessibleObject class…
-

Static Imports
We have been using lots of import statement in our code. The only value import statement have is that they…
-

JAVA Class Without Main Method
[ CoreJavaTest.java ] public class CoreJavaTest extends MainClass { { System.out.println(“Inside CoreJavaTest”); } } class MainClass { public static void…



