What is the numeric promotion?
No Answer is Posted For this Question
Be the First to Post Answer
int a=1,b=10; System.out.println(a+b--);
What do you mean by multithreaded program?
Is linkedlist thread safe in java?
Explain class A{} class B{} class C{} all the three classes are saved in a single file name, what the name should i provide to the file ,in what file name should i run the program? Ple Explain
How do constructors use this() and super()?
How do you remove spaces in java?
Name the method of a Container that can be used to cause a container to be laid out and redisplayed?
Explain public static void main(string args[]).
java program that takes a 3 digit number n and finds out whether the number 2^n + 1 is prime, or if it is not prime find out its factors.
What are the important methods of java exception class?
If goto and const is reserve words than why it is not work in java?
. What are the differences between constructor and method of a class in Java?