Can we restart a dead thread 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 the difference between variable & constant?

0 Answers  


Is multiple inheritance supported by java?

0 Answers  


What is jit and its use?

0 Answers  


What is a Presistent Object?

0 Answers   InfoAxon Technologies,


What is a classloader in java?

0 Answers  






Explain tree set and its features?

0 Answers  


What is a methodologist?

0 Answers  


What are access specifiers in java ?

0 Answers   Akamai Technologies,


How are Observer and Observable used?

3 Answers  


Which sorting algorithm is best in java?

0 Answers  


What is a 16 bit word?

0 Answers  


solve this is my problem byte a=40,byte b=50 both add value is 90 this is with in range of byte... byte range is -128to 127.... why this pgm gives error like type mismatch.... package javapgms; public class byte1 { public static void main(String args[]) { byte a=40,b=50; byte c=a+b; System.out.println(c); } } note : dont use int k... a,b,c are in byte range... mind it..

2 Answers  


Categories