Home

What is the correct answer?

4

Java is fully object oriented programme.

A. true

B. false

Correct Answer :

A. true


Related Questions

Every call to wait has a corresponding call to notify that will eventually… It is an error to catch the same type of exception in two different catch… The default case is always required in the switch selection structure. If you want to assign a value of 99 to the variable year, then which of… executeUpdate(------------) returns ___________ We can add more than one class(es) at the time of compilation Java Beans. In a single Servlet class we can use____________ For all insert, update, delete, query operations on a database, ResultSet… A class may be both abstract and final. Message-Driven beans act as a listener for the Java Message Service API,… Every method of a final in class is implicitly final. EJBs can be of the following type(s)None of the above A package is a collection of When we invoke repaint () for a Component, the AWT invokes the method: DataInput is A catch can have comma-separated multiple arguments. What is error in the following class definitions? abstract class… JdbcOdbcDriver is an object of Object class When we implement an interface method, it should be declared as public. Connection, Statement are interfaces and ResultSet is a class. If m and n are int type variables, what will be the result of the expression'm… forName() is a static factory method Java always provides a default constructor to a class. Which of the following string can be used as mode string for creating… The import statement is always the first no comment statement in a Java… The expression (x == y && a<b) is true If either x == y is true or… It is perfectly legal to assign a subclass object to a supper class reference. Which of the following are not keywords? Which of the following keywords are used to control access to a class… Any class may be inherited by another class in the same package.