August 25, 2024OOPSQuestion 91 Consider the following Java code fragment: 1 public class While 2 { 3 public void loop() 4 { 5 int x = […]
August 25, 2024OOPSQuestion 100 Type 4 JDBC driver is a driver A which is written in C++ B which requires an intermediate layer C which communicates through Java […]
August 25, 2024OOPSQuestion 102 Which of these is a super class of all errors and exceptions in the Java language? A Runtime Exceptions B Throwable C Catchable D […]
August 25, 2024OOPSQuestion 112 java is a___language. This means that you must be explicit about what type of data you are working with A Weakly typed B strongly […]