Question: 1) A Java program is best classifiedl .A) hardware B) software C) storage ID ) processor E) input 2) 6 bits can be used to

1) A Java program is best classifiedl .A) hardware B) software C) storage ID ) processor E) input 2) 6 bits can be used to represent distinct items or valucs? 3) Binary numbers are composed entirely of? 4) Define the main method for a Java program 5) Give 2 examples of a legal Java identifier? 6) A unique aspect of Java that allows code compiled on one machine to be executed on a machine of a different hardware platform is Java's A) bytecodes B) syntax C) use of objects D) use of exception handling E) all of the above 7) An error in a program that results in the program 50/0? a programmer error B) a syntax error C) a run-time error D) a logical error E) a snafu 8 Mistyping "println" as "printn" will result in ) a syntax error B) a run-time error C) a logical error D) no error at all E) All the above 9) What is the output of the following when the main method is executed? public class Question4 public static void main(String args) System.out println("hi there") System.out.println" System.out.println"how are you doing today? ") 10) Write a Java program that will output on two separate lines the Phases "Repent Jesus is coming soon" and It pays to be cducated public static void main(Stringl ) args) 11) Name five of the fundamental terms which comprehend object-oriented programming. 12) A Java variable is the name of a A) numeric data value stored in memory B) data value stored in memory that can not change during the program's execution C) data value stored in memory that can change its value but cannot change its type during the program's execution D) data value stored in memory that can change both its value and its type during the program's execution E) data value or a class stored in memory that can change both its value and its type during the program's execution
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
