For printing a message we use System.out.println in normal
programs.
We use String msg="text.....";
Can't we use String msg=" " in normal programs and
System.out.println("........") in applets.
Please answer this question?
what are the other loops except for for,while,do while and until?
does anyone know the code to display a triangle using a applet?
write a program that inputs two real numbers then exchanges their values.
In java, why do we set thread priority, when we know that there is no guarantee by which a thread should be execute?
1+(2*3)+(4*5*6)+(7*8*9*10)+... specified input value
how to create a (*)pyramid using java codes???
Can we run Applet in Web browser with security policy files
Is it possible to define marker interface in java.If possible then how to define user defined marker interface?
write a program that will ask the user to enter a number n and display the product of all numbers from 1 to n.
Program to print map of India in java.
we compile any program bu c:/>javac prog.java and run as c:/>java prog Here what's the meaning of c in javac. We have java Interpreter but not compiler.Then why we have to use javac. Please answer this question?
how to print a message to console without using main() function?(do not use even static blocks also.)