What is difference between public static and void?
No Answer is Posted For this Question
Be the First to Post Answer
public class Test { public static void main(String ar[]) { Integer a = 10; Integer b =10; Integer c = 145; Integer d = 145; System.out.println(a==b); System.out.println(c==d); } }
Tell some latest versions in JAVA related areas?
Which package has light weight components in java programming?
What is super in java?
What is the string function?
Hi buddy, well i got that there is always a default constructor with abstract class. OK. But why not with interface? Thanks in advance.
Can we declare static variables in JSP page.
What are the advantages of java?
What are the drawbacks of singleton class?
What is a void method java?
Brief the life cycle of an applet.
What is a modifier?