Differentiate between the constructors and methods in java?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More Core Java Interview Questions

What is keyword and identifier?

0 Answers  


I have a string like _a01_a02_a03_ and another string like _2_1.5_4_ as input.I want to extract a01,a02... to a string array and 2,1.5,etc to a double array with a01 corresponds to 2 and a02 to 1.5 etc. Need code in core java.. Can you do it?

1 Answers   Cognizant,


What is rmi and steps involved in developing an rmi object?

0 Answers  


What are the advantages of packages in java?

5 Answers  


I want my class to be developed in such a way that no other class (even derived class) can create its objects. Define how can I do so?

0 Answers  






How to make a class immutable?

15 Answers   Bosch, TSYS,


How would you use Bubble Sort to sort the number of elements?

0 Answers   Genpact,


What is the difference between jsp and servlet?

6 Answers   Symphony,


What are the methods of object class ?

0 Answers  


why there are multiple catches for a try block.don't tell me that there can be multiple exception of a code segment that's why.tell me the real fact behind this.

4 Answers  


What is command line used for?

0 Answers  


What is the difference between compile-time polymorphism and runtime polymorphism?

0 Answers  


Categories