What happens if we don’t override run method ?


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

Post New Answer

More Core Java Interview Questions

what release of java technology are currently available what do they contain?

1 Answers  


Why we should declare the variables as static and final in interfaces?

1 Answers  


who was the founder of java

32 Answers   CTS, HCL, ProKarma,


What is the code inside the public void actionPerformed(ActionEvent ae) override method in Applet [ Condition:- you have one TextField and One Button , you have to enter any color name inside the TextField, when you click on Button Your background will change according to your input color name]

2 Answers   IBM,


What is length in java?

0 Answers  






This is related to threads. I have a class with synchronized method m1(). Can I create different instances of this class and execute the m1() for different threads?

3 Answers  


What is the purpose of void class?

0 Answers  


How many bits are used to represent unicode, ascii, utf-16, and utf-8 characters?

0 Answers  


I don’t want my class to be inherited by any other class. What should I do?

0 Answers  


How do you convert int to char in java?

0 Answers  


Is cout buffered?

0 Answers  


What is the static field modifier?

0 Answers  


Categories