Can you have two constructors 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 a lightweight component?

0 Answers  


Can we call the run() method instead of start()?

0 Answers  


Write an algorithm program in java for the following question.. 1) S is a set of integers.X is an integer obtained by sum of two digits in S. Write logic for whether or not the X is from the S. The time of algorithm should not exceed o(n logn).

0 Answers  


Can you pass functions in java?

0 Answers  


Every class extends object but why it is not possible for every object to invoke clone() method. ideally protected methods should be accessible from sub classes. isn't it?

2 Answers  






Java is Pass by Value or Pass by Reference?

0 Answers   BirlaSoft,


Why you should not use singleton?

0 Answers  


How do you load an HTML page from an Applet ?

2 Answers  


Assume a thread has lock on it, calling sleep() method on that thread will release the lock?

0 Answers  


What do you mean by constructor?

0 Answers  


how many access specifiers are available in java

11 Answers  


Is string is a data type in java?

0 Answers  


Categories