What does singleton mean in java?
No Answer is Posted For this Question
Be the First to Post Answer
________ exception must be either caught or specified in throws class of the method.
Give me example of derived data types.
What is stop(), suspend(), resume() method?
int a=1; float b=1.0; System.out.println(a==b);
13 Answers CTS, Honeywell, McAfee,
difference between java ,c#&java,c++
What is an Applet ?
How do you call a reference in java?
What are 3 data types?
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..
Why can we not override static method?
What environment variables are required to be set on a machine in order to run Java programs?
What does java edition mean?