Differentiate between run time error and syntax error.
No Answer is Posted For this Question
Be the First to Post Answer
What is JVM ?
4 Answers Phantom Technologies, TCS,
system.out.println(1 + 3);
what is the purpose of class "Object" which is base class for all classes?
What is the difference between static and global variables and also define what are volatile variables?
0 Answers Flextronics, Hexaware,
Explain java heap space and garbage collection?
What is role of void keyword in declaring functions?
Is it possible to specify multiple jndi names when deploying an ejb?
What do u mean by variable?
What are teh sub-classes of a component class?
How does the java compiler work?
In a container there are 5 components. I want to display all the component names, how will you do that?
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.