Shortcut Navigation:
Page Content
Site Navigation
Footer
Create
This
Quiz
Hello Guest,
100 points
Quiz
Survey
Challenge
Quizific is the easiest free and fun way to take or make a quiz or survey
About
Help
Contact/Follow >
Tag Cloud
Our Competition
Sitemap
Thanks!
Stats
Contact Us
Facebook
Twitter
Google+
Temporary Profile
Forgot Password?
Create Account
Profile
Logout
Java Source Code Quiz
The extension name of a Java bytecode file is
.java
.obj
.class
.exe
Java compiler translates Java source code into _________
Java bytecode
machine code
assembly code
another high-level language code
The main method header is written as:
public static void main(string[] args)
public static void Main(String[] args)
public static void main(String[] args)
public static main(String[] args)
Java ___________ can run from a Web browser
applications
applets
servlets
Micro Edition programs
Which of the following lines is not a Java comment?
/** comments */
// comments
– comments
/* comments */
The JDK command to compile a class in the file Test.java is
java Test
java Test.java
javac Test.java
javac Test
________ contains predefined classes and interfaces for developing Java programs
Java language specification
Java API
Java JDK
Java IDE
Which of the following statements is correct to display Welcome to Java on the console?
System.out.println(‘Welcome to Java’);
System.out.println(“Welcome to Java”);
System.println(‘Welcome to Java’);
System.out.print(‘Welcome to Java’);
________ is a technical definition of the language that includes the syntax and semantics of the Java programming language
Java language specification
Java API
Java JDK
Java IDE
The extension name of a Java source code file is
.java
.obj
.class
.exe
Please fix these errors before submitting your responses
Please wait, your data is being saved...