Java Mixed Topics Aptitude Questions and Answers.
This section contains Aptitude Questions and Answers on mixed java topics like database, applets, servlets and advance java topics.
List of Java mixed topics Aptitude Questions and Answers
1)
Applets are __________ program.
- Client Side
- Server Side
- Both 1 and 2
- None of these
Correct Answer: 1
Client Side
2)
Servlets are __________ program.
- Client Side
- Server Side
- Both 1 and 2
- None of these
Correct Answer: 2
Server Side
5)
To use JDBC which of the following package is used?
- java.jdbc
- java.dbl
- java.sql
- java.net
Correct Answer: 3
java.sql