Can we make a constructor final?


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

Post New Answer

More Core Java Interview Questions

Name the types of mouse event listeners ?

2 Answers  


what is bytecode ?explain in detail and watz the difference between bytecode and machine code?

6 Answers   Lucent,


How many bits is a char?

0 Answers  


What do you mean by constructor?

0 Answers  


How many bits is a float?

0 Answers  






Have you ever used hashtable and dictionary?

0 Answers  


Why Set interface contains unique elements, what internally implemented for this so that it contains unique elements?

1 Answers   Rolta, TCS,


What is literal example?

0 Answers  


public class BatchTest { public static void main(String[] args) { Runtime run = Runtime.getRuntime(); try { Process p = run.exec("cmd start /c D:/test.bat"); System.out.println(p.exitValue()); } catch (Exception e) { e.printStackTrace(); } System.out.println("FINISHED"); } }

0 Answers  


Can we call thread start () twice?

0 Answers  


Can we create an object of private class?

0 Answers  


Why is it important to initialize a variable?

0 Answers  


Categories