What do you mean by singleton class in java?
No Answer is Posted For this Question
Be the First to Post Answer
Are arrays dynamic in java?
What is the purpose of premetive data types in java?
Does printwriter create a file?
class A { private int i; } class B extends A { private int i; } if I create an object of B class what will be the memory of that object.
What are the names of interfaces that doesn't consists of method/s ?
waht You know about thread programming?
What is a Wrapper class?
Explain naming conventions for packages?
Hi Friends, I am new to java. Can u explain about thread concept.How i know one thread is locked, and how can i force or acquire another thread for lock . Finally how to know thread is released from lock. Explain types of lock(like method level and block level) in thread.
Which is faster set or list in java?
Matrix multiplication only using OOP concepts .
What is the difference between call by reference and call by pointer?