Why super is first line in java?
No Answer is Posted For this Question
Be the First to Post Answer
What is 32 bit float?
Explain about anonymous inner classes in java?
How many methods does cloneable interface contains?
What is linked hashmap and its features?
What is empty list in java?
Hi Friends, I am beginner in java. what i know about synchonized keyword is,If more that one 1 thread tries to access a particular resource we can lock the method using synchronized keyword. Then after that how the lock is released and how next thread access that.Please explain with example.
What is an example of a conditional statement?
What is byte code and why is it important to java’s use for internet programming?
What is an example of a keyword?
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..
If a class is declared without any access modifiers, where may the class be accessed in java programming?
How many bytes is string in java?