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 is an anonymous class?
Which non-unicode letter characters may be used as the first character of an identifier?
Is space a character in java?
Why generics are used in java?
State the difference between creating string as new () and literal.
How the elements are organized in BorderLayout?
If circular link of two objects, then will it be garbage collected ?
Howto get an object that will perform date & time calculations then format it for output in some different locales with different date style.can ne1 tel me the answer of this question.pls
Give the hierarchy of inputstream and outputstream classes.
What is the return type of the main method?
What is the need to implement Serializable interface (with no methods) for objects which are to be serialized ? We can write our own functionality which writes objects to streams then why we need to implement and tell JVM that which objects can be serialized.
What is the need of transient variables in Java ?