How do you identify if jvm is 32-bit or 64-bit from java program?
No Answer is Posted For this Question
Be the First to Post Answer
What is int short for?
What do you understand by weak reference?
I want my class to be developed in such a way that no other class (even derived class) can create its objects. Define how can I do so?
Which of the classes will have more memory allocated?
What are the topics in advance java?
what are the different access specifiers that can be used by interfaces and abstract classes? can anyone give me detailed description on this
11 Answers IBM, L&T,
Is java 1.7 the same as java 7?
which method throws exception of type Throwable
What is constructor chaining and how is it achieved in java?
Does treeset allow null in java?
difference between jsp and java script?
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.