What is the basic concepts of OOPS?
No Answer is Posted For this Question
Be the First to Post Answer
What is means by DLL file means ? What is the use of DLL file? What are the contents of DLL file?
Explain about instanceof operator in java?
What is meant by polymorphism?
What classes of exceptions may be caught by a catch clause in java programming?
What is the meaning of immutable regarding string?
What is the difference between throw and throws keywords?
How to make class immutable
What do you know about the garbate collector?
what is the main difference between string and stringbuffer? can you explain it with program?
How many bytes is a string java?
What is a native method in java programming?
why are wait(), notify() and notifyall() methods defined in the object class? : Java thread