What are "class access modifiers" in Java?
What is multi-catch block in java?
Explain about GridBag Layout?
What is the concept of multithreading?
What is the middleware?
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 life cycle of applet?
Explain different states of a thread in java?
what is webservices?
Can we inherit a class with private constructor?
what is private constructor?what are the uses of writing private constructor in our program?
Explain notifyall() method of object class ?
What is OOP Language?