Computer Applications
Related Questions
Fill in the blanks:
Java is _________ independent language.
Fill in the blanks:
Windows based Java platform is known as _________.
Fill in the blanks:
_________ package is used for mathematical functions in Java.
Predict the output of the following Java program snippet:
System.out.println("My name is "); System.out.print("Kunal Kishore"); System.out.println("I am a student of Class X");