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

Post New Answer

More Core Java Interview Questions

what is an anonymous class?

6 Answers   TCS,


Which non-unicode letter characters may be used as the first character of an identifier?

0 Answers  


Is space a character in java?

0 Answers  


Why generics are used in java?

0 Answers  


State the difference between creating string as new () and literal.

0 Answers  






How the elements are organized in BorderLayout?

5 Answers  


If circular link of two objects, then will it be garbage collected ?

3 Answers   TCS,


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

0 Answers  


Give the hierarchy of inputstream and outputstream classes.

0 Answers  


What is the return type of the main method?

0 Answers  


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.

6 Answers   iFlex, Sapient,


What is the need of transient variables in Java ?

0 Answers   MCN Solutions,


Categories