What is java in simple terms?
No Answer is Posted For this Question
Be the First to Post Answer
What kind of variables can a class consist?
What are the methods of object class ?
What is the difference between the synchronized() & static synchronized()?
What is the difference between public, private, protected, and friend access?
we cannot create an object of interface but we can create a variable of it
What do you mean by ordered and sorted in collections in java?
Write a program to create a binary Tree ?
What is the best way to findout the time/memory consuming process?
What is the difference between serialization and deserialization?
What is volatile keyword in java
Can a vector contain heterogenous objects?
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.