What is incompatible types in java?
No Answer is Posted For this Question
Be the First to Post Answer
what is a thread pool in java and why is it used?
What is stop(), suspend(), resume() method?
hoe can u call a constructor of a private classs to other inherited claa??
What are the types of methodology?
what is mena by object block any what is the use of that
who was the founder of java
32 Answers CTS, HCL, ProKarma,
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 the difference between pagecontext and servletcontext?
What is a website container?
What is a methodologist?
why are wait(), notify() and notifyall() methods defined in the object class? : Java thread
How to prevent a field from serialization ?