Which of the following is not a JDBC drivers? a. Native – API driver b. Thin driver c. Network protocol driver d. Local Protocol driver
Home/Programming Language/Java/Page 3
SIKSHAPATH Latest Questions
How to start a thread in java?
Pavanagg
Asked: April 4, 2022In: Java
In JDBC, all raw data types (including binary documents or images) should be read and uploaded to the database as an array of a. int b. char c. byte d. String
Pavanagg
Asked: April 4, 2022In: Java
Q1. Which of these is a protocol for breaking and sending packets to an address across a network? a. TCP/IP b. DNS c. Socket d. Proxy Server Q2. Which of the ...
Pavanagg
Asked: March 29, 2022In: Java
Which package provides many methods for graphics programming? a. java.awt b. java.Applet c. java.Graphics d. java.io
Pavanagg
Asked: March 29, 2022In: Java
Which of the following is/are interface(s) in javax.swing package? a. MenuElement b. BoxLayout c. JComponent d. Scrollable