The place where the Java language is first developed___________________, Sun Microsystems, Apple, A&T Bell Lab , Solaris lab, When we compile the java program, the code which generated is ________________, Binary code, executable code, byte code, object code, Select the java buzz words _____(Hint: Multiple answers can be selected), Secure, portable , architectural neural, Multithreaded, All the above, The command to compile the java program____________, javac program_name , javac program_name.java, java program_name , javap program_name, The command to execute the java program__________, javac program_name , javac program_name.java, java program_name, javap program_name, Who is the father of java?, James Gosling , Richard Steven, michael Jordan, Guido van Rossum, Expansion of JVM is ________________ , Java Virtual Machine, Java Vendor Machine , Java Virtual Monitor, Java Virtual Motor, Give the example for ternary operator, <<< , >>, ?:, >>>, The expansion of JDK is___________, Java Deployment kit , Java Display Kit, Java Development Kit, Java Decompose Kit, The answer of 11%4 is _________, 3, 2 , 4, 1, A collection of similar data types are called _____________ , functions , Arrays, Union, Structure, Write the syntax of array. , int[] a=new[10] int , int a[]=new int[10], int[] a=new int[10] , b and c, What is the answer of 23/3? , 6, 7, 2, 5, a=10;System.out.println(a++);What will be output of this statement?, 11, 9, 10, 12, b=15;System.out.println(--b);.What will be output of this statement? , 14, 13, 15, 16, The data or variables defined within a class are called _____________, instance variable, local variable, static variable, global variable, The methods and variables defined within a class are called ______________ of the class. , instance, collections, members, arrays, Instance of a class is called _______________, member, object, variable , method, In Box mybox; mybox is called, reference , object, class, function,  In Box mybox =new mybox(); mybox is called  , reference, object , class, function, A special member function inside the class that has the same name as class name_________________, method, object, Constructor, instance, Class consists of _________________ and _______________ , variables and objects, methods and instances, Instance variables and methods, Variables and instances, Which keyword is used to create a object for a class, malloc , calloc, new , create, The java main method takes which of the following datatype as an argument_______________, int[] , String[], float[], char[], ” this” keyword refers to ___________, class, object , current object, method, When a local variable has the same name as an instance variable, the local variable hides the instance variable. This process is called____________________, local variable hiding, instance variable hiding, variable hiding, instant identifier hiding, The function that is called when an object is just about to be reclaimed by the garbage collector, final(), finalize() , System.gc(), Runtime.getRuntime().gc(), We can also request JVM to run Garbage Collector explicitly, System.gc(), Runtime.getRuntime().gc(), System.gcollector(), a &b, Two or more methods within the same class that share the same name, but their parameter declarations are different, this process is called ________ , method overriding, method overloading , operator overloading , operator overriding, The Syntax that is used  to the create an anonymous object_____________ , new Simple(), Simple s= new Simple(), s= new simple(); , Simple s;.

Leaderboard

Visual style

Options

Switch template

)
Continue editing: ?