...
August 25, 2024

OOPS

Question 169 Match the following types of variables with the corresponding programming languages:   A (a)-(i), (b)-(iii), (c)-(iv), (d)-(ii) B (a)-(iv), (b)-(i), (c)-(iii), (d)-(ii) C (a)-(iii), […]
August 25, 2024

OOPS

Question 171 Java uses threads to enable the entire environment to be ______. A Symmetric B Asymmetric C Synchronous D Asynchronous OOPSJAVAUGC NET CS 2016 Aug- […]
August 25, 2024

OOPS

Question 176 What is the output of the following Java code int count=1; int num=25; while (count<25) { num= num- 1 ; count++ ; } System. […]
August 25, 2024

OOPS

Question 8 Consider the following JAVA program : public class First {                 public static int CBSE (int x) {                 if (x < 100) x = CBSE […]