Answer Posted / akshay
Object is created following ways
1.Using NEW operator
2.Class.newinstance()
Is This Answer Correct ? | 7 Yes | 1 No |
Post New Answer View All Answers
How do you get the length of a string in java?
What is the importance of hashcode() and equals() methods?
Give an example of call be reference significance.
Why collection doesn’t extend cloneable and serializable interfaces?
Can a static class have a constructor java?
What are serialization and deserialization?
What is method with example?
What is re-factoring in software?
How to compare two strings in java program?
why are wait(), notify() and notifyall() methods defined in the object class? : Java thread
What is difference between word and integer?
What is the use of coding?
What is scope & storage allocation of static, local and register variables? Explain with an example.
What is formatted output in java?
What are the advantages and disadvantages of reference counting in garbage collection?