Can a constructor be private and how are this() and super() method used with constructor?
No Answer is Posted For this Question
Be the First to Post Answer
What is the difference between overriding & overloading?
Java violates few objected oriented concepts. Can you explain in what way?
What causes memory leak in java?
What is boolean used for?
Can we have two methods in a class with the same name?
Explain the JDB in depth & command line.
How do you use, call, and access a static method in Java?
Why is multithreading important?
Is call by reference possible in java?
What is the base class of all exception classes in java?
What is the synonym of procedure?
You can create a string object as string str = “abc”; why cant a button object be created as button bt = “abc”;? Explain