- In Java source code can be executed by
- Where we can get all packages and variables from
- Pick up the primitive types from the following
- Which is correct regarding access modifiers
- In an interface....
- The Normal Priority Of a Thread is
- The main advantages of inheritance are
- Find out the correct statement from the following
- Which method is used to clear the buffer
- Which concept we don't have in Applets
- In Java The Class extension file is created after Successful Compilation Of the file
- How many types of variables we have in Java?
- The values of the elements of the Array can be changed by using array subscript
- A method which is accessible by all other class in a hierarchy is
- An abstract class must have at least
- The number of Threads access a monitor at a time are
- The methods which cannot be overridden are
- The correct statement from the following is
- The correct statement regarding I/O Filters is
- Which method returns a string describing the Applet, its author, copy right
- Java programs can be compiled by
- Assignment operator = is used to
- The variable which cannot change its value is called
- Which operator is used to access instance variables of any object with in a class
- The variable in an interface should be
- Priority of the Thread can be set by
- The methods in an interface are
- The correct statement is
- We can create a Reader object from an Input Stream object as
- The tags which are mandatory while creating html to display an Applet are
- What are the main OOPs principles
- The ternary operator is know as
- Define variable?
- The instance variables and methods of a class can be referenced by
- Concrete classes in an interface are
- Which method is used to terminate a Thread
- Which key word is used to invoke the constructor of the same class
- Find out the correct ones from the following statements
- The correct statements regarding Writer classes are
- Which method can be called when an Applet is first loaded
- Which interface provides the means by which an Applet and the browser communicate
- From the following statements Which we can perform using File class
- The File class encapsulates the files and directories of the local file system
- The types of Streams are
- The key word which is used to inherit a class is
- The ways to create Threads are
- The default access modifier of an interface is
- The class of an object can be determined by
- We can declare multidimensional Arrays in Java
- In Java file name should be same as class name
- The main() method in every Java program must be the return type of
- Variables can be declared any where in the method definition
- The variables which can be shared by all instances of a class are
- When will your program run garbage collector?
- Multiple inheritance in Java can be achieved using
- Which method is used to suspend a Thread fore a while
- Which key word is used to invoke the constructor of super class
- The Reader/Writer class hierarchy is character-oriented and the Input Stream/Output
- Which method is used to print error message
- Which method can be called when the browser is finished with an Applet
- Which method returns an array of string describing the applet's parameters
- The process of writing the state of an object to a byte stream is called
- The Object Input Stream class supports the reading of objects from input streams.
- The class which can be extended by all other classes is
- Java does not support
- The minimum priority of a Thread is
- Methods declared in Interfaces are
- The common features of C++ and Java
- Java automatically creates instances of String class when a string literal is used
- Compilation file in Java is
- Notepad Can be used to create Source code in Java
- Local variables are used as counters in blocks or temporary variables in methods
- Which operator is used to create single instance named class
- Key words in Java are
- An interface with out a method is called
- The priority of garbage collector Thread is
- The classes which allow primitive types to be accessed as objects are
- The File class is used to create objects that provide access to the files and directo
- The correct statements regarding File classes are
- How many interfaces does an Applet class contain
- which method can be called when an Applet is started
- Which of the following statements is true
- An object must implement the Serializable or Externalization interface before it can
- The interfaces defined by java.lang are
- Which key word is used not to access super class members
- The maximum priority of a Thread is
- polymorphism can be applicable in
- Dot notation is used to get instance variable value
- A collection of Characters is called as
- Class definition contains the Java program
- A Class and main() method declaration is important in every Java program
- An object that stores a list of items is called
- A larger value can be casted into a smaller by
- The modifiers used with top level classes are
- The types of multitasking are
- Allocating CPU time to individual threads in a priority schedule is called
- Which is not belongs to Wrapper class from the following
- The Random Access File class provides the methods needed to directly access data
- Which we can accept as correct from the following statements
- Java file and .html file of an Applet must be in the same directory