Answer Posted / ravi jain
Simplest thing to remember is
ClassName.staticMetohdName();
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is mutable object and immutable object?
Which graphs are functions?
What is meant by object oriented programming – oop?
How to instantiate static nested classes in java?
Explain about the performance aspects of core java?
What is an abstract class and what is it’s purpose?
What is better - 'bit-shift a value' or 'multiply by 2'?
Is empty in java?
Is null keyword in java?
Explain about fail safe iterators in java?
Can we catch more than one exception in single catch block?
Is java hashset ordered?
Are the imports checked for validity at compile time? Will the code containing an import such as java.lang.abcd compile?
Is simpledateformat safe to use in the multithreaded program?
Variable of the boolean type is automatically initialized as?