What is string in java is it a data type?
No Answer is Posted For this Question
Be the First to Post Answer
Can we override static methods?
18 Answers Bally Technologies,
How to make a class or a bean serializable?
why are wait(), notify() and notifyall() methods defined in the object class? : Java thread
What do you understand by the term string pool?
Should a main method be compulsorily declared in all java classes?
what invokes a threads run() method? : Java thread
What is finally and finalize in java?
Why is java logo a cup of coffee?
How to write custom exception in java?
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..
Is array serializable java?
What is heterogeneous in java?