Can we create an object if a class doesn't have any constructor ( not even the default provided by constructor ) ?
No Answer is Posted For this Question
Be the First to Post Answer
What’s the difference between applets and standalone program?
Explain the JDB in depth & command line.
What is size () in java?
Explain about procedural programming language or structured programming language and its features?
Is an object null?
how exactly garbage collection take place?
How can we run a java program without making any object?
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 is tochararray in java?
what is the final keyword denotes in java?
What is java in layman terms?
Can we assign null to double in java?