Login
Register
Dark Mode
Brightness
Ambient Glow – Questions list
Register
Profile
Edit Profile
Messages
My favorites
My Updates
Logout
Recent questions tagged java
0
0 votes
0
0 answers
112
112 views
UGC NET CSE | December 2025 | Part 2 | Question: 16
Arrange the following applet life cycles methods in sequence$\operatorname{start}()$$\operatorname{paint()}$$\operatorname{init()}$$\operatorname{stop()}$Choose the corre...
Shubham Sharma 2
112
views
asked
Apr 19
Object Oriented Programming
ugcnetcse-dec2025
object-oriented-programming
java
+
–
0
0 votes
2
2 answers
496
496 views
UGC NET CSE | June 2025 | Part 2 | Question: 79
Match List I with List II$\begin{array}{|ll|ll|} \hline & \textbf{List I} & & \textbf{List II} \\ \hline \text{A.} & \text{Overloading} & \text{I.} & \text{Since function...
Shubham Sharma 2
496
views
asked
Sep 10, 2025
Object Oriented Programming
ugcnetcse-june2025
object-oriented-programming
polymorphism
programming-in-c
java
+
–
0
0 votes
0
0 answers
214
214 views
UGC NET CSE | August 2024 | Part 2 | Question: 89
Match List - I with List - II.$\begin{array}{|ll|ll|} \hline & \textbf{List - I} & & \textbf{List - II} \\ \hline (A) & HTML & (I) & \text{Allow for dynamic and interacti...
Shubham Sharma 2
214
views
asked
Sep 9, 2025
Web Technologies
ugcnetcse-aug2024
web-technologies
html
java
+
–
0
0 votes
2
2 answers
1.2k
1.2k views
ISRO CSE 2023 | Question: 15
A standard Java API for monitoring and managing applications isJVMJVNJMXJMY
admin
1.2k
views
asked
Sep 28, 2024
Java
isro-cse-2023
java
non-gatecse
+
–
0
0 votes
0
0 answers
266
266 views
Objects First with Java™: A Practical Introduction Using BlueJ
Write a program in BlueJQ4. Draw Class Diagram and Object Diagram from the below given Details. public class University{ private Student stdob; private Faculty ...
Ebrahim
266
views
asked
Jan 12, 2024
Programming in C
java
+
–
0
0 votes
0
0 answers
612
612 views
Java Programming
Suppose, you are implementing “Overdraft Account (OD)” class using java for a banking app. An OD type account is opened with an approved loan limit (ex 100000/-). The acc...
rayhanrjt
612
views
asked
Dec 15, 2022
Programming in C
programming
object-oriented-programming
java
+
–
1
1 vote
1
1 answer
652
652 views
Programming Question
An object whose contents cannot be changed once the object is created is called:(a) Immutable object(b) Mutable object(c) Smart object(d) Rich object
rsansiya111
652
views
asked
Oct 7, 2022
Programming in C
java
object-oriented-programming
+
–
0
0 votes
0
0 answers
457
457 views
NIELIT 2021 Dec Scientist B - Section B: 66
Which one of the following contains date information?java.sql.TimeStampjava.sql.Timejava.io.Timejava.io.TimeStamp
admin
457
views
asked
Jul 21, 2022
Databases
nielit-2021-it-dec-scientistb
nielit2021dec-scientistb
java
databases
+
–
0
0 votes
1
1 answer
750
750 views
UGC NET CSE | December 2019 | Part 2 | Question: 32
Java Virtual Machine $\text{(JVM)}$ is used to execute architectural neutral byte code. Which of the following is needed by the $\text{JVM}$ for execution of Java Code?C...
soujanyareddy13
750
views
asked
May 12, 2021
Java
ugcnetcse-dec2019-paper2
java
runtime-environment
+
–
1
1 vote
1
1 answer
813
813 views
NIELIT Scientific Assistant A 2020 November: 68
Which of the following construct is not supported by Java Server Pages?$\text{JSP}$ Directives$\text{JSP}$ Scriptlets$\text{JSP}$ Actions$\text{JSP}$ Reaction
gatecse
813
views
asked
Dec 9, 2020
Java
nielit-sta-2020
java
+
–
1
1 vote
1
1 answer
982
982 views
NIELIT Scientific Assistant A 2020 November: 74
What is the output of the following program?abstract class sum { public abstract int sumOfTwo(int n1, int n2); public abstract int sumOfThree(int n1, int n2, int n3); pub...
gatecse
982
views
asked
Dec 9, 2020
Java
nielit-sta-2020
numerical-answers
java
+
–
1
1 vote
1
1 answer
856
856 views
NIELIT Scientific Assistant A 2020 November: 84
The static keyword is used in public static void main() declaration in Java:To enable the $\text{JVM}$ to make call to the main(), as class has not been instantiatedTo en...
gatecse
856
views
asked
Dec 9, 2020
Java
nielit-sta-2020
java
+
–
1
1 vote
1
1 answer
868
868 views
NIELIT Scientific Assistant A 2020 November: 89
Which of the following Interface is not supported by $\text{JDBC}$ for connecting to Database in Java Programming language?Statement InterfacePrepared Statement Interface...
gatecse
868
views
asked
Dec 9, 2020
Java
nielit-sta-2020
java
+
–
1
1 vote
1
1 answer
936
936 views
NIELIT Scientific Assistant A 2020 November: 107
In the given program:class Dialog1 { public static void main(String args[]) { Frame f1=new Frame("INDIA"); f1.setSize(300,300); f1.setVisible(true); FileDialog d=new File...
gatecse
936
views
asked
Dec 9, 2020
Java
nielit-sta-2020
java
+
–
1
1 vote
1
1 answer
808
808 views
NIELIT Scientific Assistant A 2020 November: 108
Which of the following are two main types of overloading in Java?Overloading and linkingOverriding and linkingReusability and data-hidingOverloading and Overriding
gatecse
808
views
asked
Dec 9, 2020
Java
nielit-sta-2020
java
+
–
1
1 vote
2
2 answers
1.1k
1.1k views
NIELIT Scientific Assistant A 2020 November: 110
In Java, for ensuring the persistence property, the class must implements:Serializable InterfaceUtilization InterfaceThreadable InterfaceRecognizable Interface
gatecse
1.1k
views
asked
Dec 9, 2020
Java
nielit-sta-2020
java
+
–
1
1 vote
1
1 answer
1.1k
1.1k views
NIELIT Scientific Assistant A 2020 November: 112
In Java, the Dynamic Array are known as :VectorsCycleRemoteKubernotos
gatecse
1.1k
views
asked
Dec 9, 2020
Java
nielit-sta-2020
java
+
–
0
0 votes
1
1 answer
1.5k
1.5k views
NIELIT 2017 OCT Scientific Assistant A (IT) - Section B: 8
Is null an object?YesNoSometimes yesNone of these
admin
1.5k
views
asked
Apr 1, 2020
Java
nielit2017oct-assistanta-it
non-gatecse
java
+
–
0
0 votes
1
1 answer
1.1k
1.1k views
NIELIT 2016 DEC Scientist B (IT) - Section B: 6
Earlier name of Java programming language was:OAKDNetbeanEclipse
admin
1.1k
views
asked
Mar 31, 2020
Java
nielit2016dec-scientistb-it
non-gatecse
java
+
–
0
0 votes
1
1 answer
1.5k
1.5k views
NIELIT 2016 DEC Scientist B (IT) - Section B: 9
Which of the following is a platform free language?JAVACAssemblyFortran
admin
1.5k
views
asked
Mar 31, 2020
Java
nielit2016dec-scientistb-it
non-gatecse
java
+
–
1
1 vote
1
1 answer
8.1k
8.1k views
NIELIT 2017 July Scientist B (IT) - Section B: 41
Which of the following is/are true about packages in Java? Every class is part of some package.All classes in a file are part of the same package.If no package is specif...
admin
8.1k
views
asked
Mar 30, 2020
Java
nielit2017july-scientistb-it
non-gatecse
java
+
–
3
3 votes
1
1 answer
35.0k
35.0k views
NIELIT 2017 July Scientist B (IT) - Section B: 42
Which of the following is false about abstract classes in Java?If we derive an abstract class and do not implement all the abstract methods, then the derived class should...
admin
35.0k
views
asked
Mar 30, 2020
Java
nielit2017july-scientistb-it
non-gatecse
java
+
–
2
2 votes
1
1 answer
13.8k
13.8k views
NIELIT 2017 July Scientist B (IT) - Section B: 43
Which of the following is true about interfaces in Java? An interface can contain following type of members. $\dots$ public, static, final fields(i.e., constants)$\dots$...
admin
13.8k
views
asked
Mar 30, 2020
Java
nielit2017july-scientistb-it
non-gatecse
java
+
–
0
0 votes
6
6 answers
4.1k
4.1k views
UGC NET CSE | January 2017 | Part 3 | Question: 39
Consider the following JAVA program:public class First { public static int CBSE (int x) { if (x < 100)x = CBSE (x+10); return (x-1); } public ...
go_editor
4.1k
views
asked
Mar 24, 2020
Object Oriented Programming
ugcnetcse-jan2017-paper3
object-oriented-programming
java
+
–
0
0 votes
3
3 answers
11.5k
11.5k views
UGC NET CSE | January 2017 | Part 3 | Question: 40
Which of the following statement(s) with regard to an abstract class in JAVA is /are TRUE ?An abstract class is one that is not used to create objectsAn abstract class is...
go_editor
11.5k
views
asked
Mar 24, 2020
Object Oriented Programming
ugcnetcse-jan2017-paper3
object-oriented-programming
java
+
–
1
1 vote
2
2 answers
3.0k
3.0k views
UGC NET CSE | June 2019 | Part 2 | Question: 23
What is the output of the following JAVA program?public class Good { private int m; public Good (int m){this.m=m;} public Boolean equals (Good n) {return n.m==m;} public ...
Arjun
3.0k
views
asked
Jul 2, 2019
Java
ugcnetcse-june2019-paper2
java
+
–
0
0 votes
0
0 answers
2.4k
2.4k views
UGC NET CSE | December 2018 | Part 2 | Question: 48
Consider the following recursive Java function $f$ that takes two long arguments and returns a float value :public static float f(long m, long n) { float result = (float)...
Arjun
2.4k
views
asked
Jan 2, 2019
Java
ugcnetcse-dec2018-paper2
recursion
java
programming-in-c
programming-in-python
+
–
1
1 vote
3
3 answers
5.4k
5.4k views
UGC NET CSE | July 2018 | Part 2 | Question: 3
What is the output of the following JAVA program?class simple { public static void main(String[ ] args) { simple obj = new simple(); obj.start(); } void start() { long []...
Pooja Khatri
5.4k
views
asked
Jul 13, 2018
Java
ugcnetcse-july2018-paper2
java
+
–
Page:
1
2
3
next »