What is Purpose of Jtree ?
In given code ,fill the required...
Which of these are integer constants defined in ActionEvent...
In event handling, A listener is a object that is notified when an...
Which of these method of DatagramPacket is used to find the length of...
Fill in blanks import java.sql.*; class InsertPrepared{ public...
Which of these packages contains all the classes and methods required...
Scrollable ResultSet have this constants
TCP,FTP,Telnet,SMTP,POP etc. are examples of ?
The URLConnection class can be used to read and write data to the...
Which of these methods are used to register a mouse motion listener?
UDP you just send packets of data (datagrams) to some IP address on...
What is output of following program
Identify missing statements in bellow mention codeimport java.sql.*;...
Different types of JDBC drivers
Which of the method used to to get content type of this file?
Which of these class is used to create servers that listen for either...
What is the purpose of Jtable?
Write a comment on following method Statement state =...
Identify components used in below output
The ................................ method executes a simple query...
Which method is used to display icon on a component?
The ............................. package contains classes that help...
Which of these exception is thrown by URL class's constructors?
Identify missing statements in given program
____________________to call stored procedures from within a JDBC...
Which of these class is used to encapsulate IP address and DNS?
Select appropriate code for the given output
Which of following statements loads the JDBC-ODBC driver?
Select the statement to add in program to get correct output
Which of these constant value will change when the button at the end...
Which of these methods can be used to determine the type of adjustment...
What is a listener in context to event handling?
The ........................ object allows you to execute parametrized...
which AWT component is used to create popup list of string...
Which is the passive control
What is the output of this program? import java.net.*; class...
What is output of following program
import java.sql.*; class FetchRecord{ public static...
Which of these class is necessary to implement datagrams?
Which of these methods can be used to determine the type of...
Which of these is superclass of all Adapter classes?
Which methods are commonly used in ServerSocket class?
What is JDBC?
To delete the records from database, use the following sequence of the...
What is the default length of the queue in following constructor of...
Identify the error in given program
How many types of controls does AWT supports these controls are...
Select correct method of statement interface
----------------------is a superclass for push button,checkboxes and...
What is the output of this program? import java.net.*; class...
identify the components used in given output:
Select proper output?
Return value of given method is:absolute(int row)
Identify correction in given program to get correct output?
What is the output of following program
How can you execute DML statements (i.e. insert, delete, update) in...
JLabel(String s,Icon i,int align) the align argument can be
JDBC provides two meta-data interfaces
The JDBC-ODBC Bridge driver translates the JDBC API to the ODBC API...
Which one of the following will not get the data from first column...
Type1 Driver JDBC/ODBC Bridge is
What is output of the given code?