What is static keyword in java?
No Answer is Posted For this Question
Be the First to Post Answer
difference between String a; and String a=new String();? y do v need to assign memory to the variable?
Can we extend singleton class in java?
What does substring mean?
What are order of precedence and associativity, and how are they used?
Which is easier .net or java?
Is java pure object oriented or not? if yes, give the valid reason.
13 Answers Emphasis, NIIT, Syntel, Wipro,
What is the purpose of checked and unchecked exceptions in JAVA?
How objects are stored in java?
Which are different kinds of source code?
finalize() method?
Marker interface means , interface which has no methods.Then what is the necessity of its usage.I read "it tells the compiler that it should be treated differently ". "It is used to store state of an object". But still am not clear.Please explain clearly.
What's the default access specifier for variables and methods of a class?