Is it possible to create object with out its default
constructor? if possible how? else not possible? justify
Answer Posted / sitaram
we can write the without constructor in the class. when
ever class will be loaded, JVM will be creating defalt
constructor for that class.
| Is This Answer Correct ? | 4 Yes | 4 No |
Post New Answer View All Answers
What are format specifiers in java?
In which language java is written?
how we can use debug in myeclipse 6.0 in order solve the problems that exist in our program when there are 900 to 1000 pages in a web application
What is the difference between the reader/writer class hierarchy and the inputstream/outputstream class hierarchy in java programming?
Explain about fail safe iterators in java?
What is nextint java?
Addition to previous section relative word 5th one was Putrid ans: rotten, also there was prob. in 1st section on bucket weight ans:10kg, also there was a prob. on train speed to find bridge length ans:800 mtrs.
What data type is a string?
What is the difference between yielding and sleeping in java programming?
Is class forname reflection?
Explain about OOPS concepts and fundamentals.
4.1 Supply contracts (in the form of comments specifying pre- and post conditions) for the enqueue() method of the LinkedQueue class given in the Appendix. (2) 4.2 Let Thing be a class which is capable of cloning objects, and consider the code fragment: Thing thing1 = new Thing(); //(1) Thing thing2 = thing1; //(2) Thing thing3 = (Thing) thing1.clone(); //(3) Explain how the objects thing2 and thing3 differ from each other after execution of the statements. (
Is set ordered in java?
What are the files generated after using IDL to java compiler?
Can java list be null?