Does constructor creates the object ?
No Answer is Posted For this Question
Be the First to Post Answer
What do you meant by active and passive objects?
What happens when you assigned a 'double' value to a 'String'?
Which variables are stored in stack?
What is consumer in java?
What is assembly language?
Explain the concept of polymorphism with examples?
What is boolean keyword in java?
In java, what is the difference between method overloading and method overriding?
Features of Java?
hi to all. well can you please tell me that why String class is immutable? Thanks in advance.
Can we write a class without main method in java?
how to create multithreaded program? Explain different ways of using thread? When a thread is created and started, what is its initial state? Or extending thread class or implementing runnable interface. Which is better? : Java thread