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?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More J2SE Code Interview Questions

How to create and run runnable jar file of a Java Project.

4 Answers   HCL, TCS, Tech Mahindra, US Consulate, Wipro,


how to store and retrive a set of values without using an array

8 Answers   FCS, HCL, Maximus,


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?

0 Answers  


How to create Date method to set the date in Ms Access

0 Answers  


what are the other loops except for for,while,do while and until?

0 Answers   Aricent,






inner join,outerjoin,trigger,stored procedure explain with code snippets?

1 Answers   IBM,


A game that has five levels of play has the score for each level stored in an array. You are to write a program that goes through that array and finds: a) the minimum score, and the level at which it occurred b) the maximum score, and the level at which it occurred c)the average score for all five levels The score data you must use for this program are as follows: Game Level Score 1 450 2 316 3 148 Stack implementations is mandatory.

0 Answers  


Can we run Applet in Web browser with security policy files

0 Answers  


write a program in java to solve a system of n-variabled simultaneous equations using the guassian elimination method. let the maximum possible value of n be 100. run the program using hypothetical values for a set of 10- variables simultaneous equations. print out the program, the input equation and the results generated by the program.

0 Answers   TCS,


what is runtime class?

0 Answers   MAQ,


In java, why do we set thread priority, when we know that there is no guarantee by which a thread should be execute?

0 Answers   Google, Microsoft,


Is there any static classes are in java give some examples

0 Answers  


Categories