what are the states associated in the thread? : Java thread
No Answer is Posted For this Question
Be the First to Post Answer
Explain the difference between extends thread vs implements runnable in java?
Can an anonymous class be declared as implementing an interface and extending a class?
Is ResultSet class?
5 Answers Bally Technologies, TCS,
How do you get length in java?
Does it matter in what order catch statements for filenotfoundexception and ioexception are written?
Can we extend singleton class in java?
Can a class extend abstract class or interface? why
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..
What is an interface in java? Explain
why java is not supporting multiple inheritence?
What is bubble sorting in java?
why java uses class level type casting ?