Computer Applications
Fill in the blanks:
_________ package is used for mathematical functions in Java.
Java Intro
29 Likes
Answer
java.lang
Answered By
3 Likes
Related Questions
Fill in the blanks:
Windows based Java platform is known as _________.
Fill in the blanks:
Reserved words are also called _________.
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");Predict the output of the following Java program snippet:
System.out.println("This is my first Java program"); System.out.print("Display the message:"); System.out.print("Have fun!!!");