Quiz-summary
0 of 74 questions completed
Questions:
- 1
- 2
- 3
- 4
- 5
- 6
- 7
- 8
- 9
- 10
- 11
- 12
- 13
- 14
- 15
- 16
- 17
- 18
- 19
- 20
- 21
- 22
- 23
- 24
- 25
- 26
- 27
- 28
- 29
- 30
- 31
- 32
- 33
- 34
- 35
- 36
- 37
- 38
- 39
- 40
- 41
- 42
- 43
- 44
- 45
- 46
- 47
- 48
- 49
- 50
- 51
- 52
- 53
- 54
- 55
- 56
- 57
- 58
- 59
- 60
- 61
- 62
- 63
- 64
- 65
- 66
- 67
- 68
- 69
- 70
- 71
- 72
- 73
- 74
Information
Java Objective Type Questions . Click on button below and start Quiz No time limit.
You have already completed the quiz before. Hence you can not start it again.
Quiz is loading...
You must sign in or sign up to start the quiz.
You have to finish following quiz, to start this quiz:
Results
0 of 74 questions answered correctly
Your time:
Time has elapsed
You have reached 0 of 0 points, (0)
Average score | |
Your score |
Categories
- Not categorized 0%
- Computer 0%
- 1
- 2
- 3
- 4
- 5
- 6
- 7
- 8
- 9
- 10
- 11
- 12
- 13
- 14
- 15
- 16
- 17
- 18
- 19
- 20
- 21
- 22
- 23
- 24
- 25
- 26
- 27
- 28
- 29
- 30
- 31
- 32
- 33
- 34
- 35
- 36
- 37
- 38
- 39
- 40
- 41
- 42
- 43
- 44
- 45
- 46
- 47
- 48
- 49
- 50
- 51
- 52
- 53
- 54
- 55
- 56
- 57
- 58
- 59
- 60
- 61
- 62
- 63
- 64
- 65
- 66
- 67
- 68
- 69
- 70
- 71
- 72
- 73
- 74
- Answered
- Review
- Question 1 of 74
1. Question
1 pointsWhich class cannot be a subclass in java
Correct
Incorrect
- Question 2 of 74
2. Question
1 pointsCan we declare abstract static method
Correct
Incorrect
- Question 3 of 74
3. Question
1 pointsCan we access private class outside the package
Correct
Incorrect
- Question 4 of 74
4. Question
1 pointsWhy we use array as a parameter of main method
Correct
Incorrect
- Question 5 of 74
5. Question
1 pointsSuspend thread can be revived by using
Correct
Incorrect
- Question 6 of 74
6. Question
1 pointsRunnable is
Correct
Incorrect
- Question 7 of 74
7. Question
1 pointsWhich collection class associates values witch keys, and orders the keys according to their natural order
Correct
Incorrect
- Question 8 of 74
8. Question
1 pointsWhich method is used to perform DML statements in JDBC
Correct
Incorrect
- Question 9 of 74
9. Question
1 pointsWhich of the following below are valid isolation levels in J2EE
Correct
Incorrect
- Question 10 of 74
10. Question
1 pointsSession beans are created by the client submitting the query to the database
Correct
Incorrect
- Question 11 of 74
11. Question
1 pointsWhich methods are utilized to control the access to an object in multi threaded programming
Correct
Incorrect
- Question 12 of 74
12. Question
1 pointsIn Runnable, many threads share the same object instance
Correct
Incorrect
- Question 13 of 74
13. Question
1 pointsJava beans have no types
Correct
Incorrect
- Question 14 of 74
14. Question
1 pointsProgram which executes applet is known as
Correct
Incorrect
- Question 15 of 74
15. Question
1 pointsWhich statement is static and synchronized in JDBC API
Correct
Incorrect
- Question 16 of 74
16. Question
1 pointsThe JDBC-ODBC bridge is
Correct
Incorrect
- Question 17 of 74
17. Question
1 pointsAll raw data types should be read and uploaded to the database as an array of
Correct
Incorrect
- Question 18 of 74
18. Question
1 pointsThe class java.sql.Timestamp is associated with
Correct
Incorrect
- Question 19 of 74
19. Question
1 pointsWhich of the following statements about arrays is syntactically wrong
Correct
Incorrect
- Question 20 of 74
20. Question
1 pointsThe Externizable interface extends the serializable interface
Correct
Incorrect
- Question 21 of 74
21. Question
1 pointsConverting a primitive type data into its corresponding wrapper class object instance is called
Correct
Incorrect
- Question 22 of 74
22. Question
1 pointsPackage of drawstring() method is
Correct
Incorrect
- Question 23 of 74
23. Question
1 pointsWhich method executes only once
Correct
Incorrect
- Question 24 of 74
24. Question
1 pointsObject which can store group of other objects is called
Correct
Incorrect
- Question 25 of 74
25. Question
1 pointsAll collection classes are available in
Correct
Incorrect
- Question 26 of 74
26. Question
1 pointsThread class is available in
Correct
Incorrect
- Question 27 of 74
27. Question
1 pointsMinimum threads in a program are
Correct
Incorrect
- Question 28 of 74
28. Question
1 pointsJIT meaning
Correct
Incorrect
- Question 29 of 74
29. Question
1 pointsAfter the compilation of the java source code, which file is created by the JVM
Correct
Incorrect
- Question 30 of 74
30. Question
1 pointspow () is associated with which class
Correct
Incorrect
- Question 31 of 74
31. Question
1 pointsConstructor has return type
Correct
Incorrect
- Question 32 of 74
32. Question
1 pointsx=x+1 is equivalent to
Correct
Incorrect
- Question 33 of 74
33. Question
1 pointsIf method have same name as class name and method don’t have any return type then it is known as
Correct
Incorrect
- Question 34 of 74
34. Question
1 pointsMethods that have same name, but different Parameter list and different definition known as
Correct
Incorrect
- Question 35 of 74
35. Question
1 pointsInheritance means
Correct
Incorrect
- Question 36 of 74
36. Question
1 pointsWhich type of inheritance is not supported by java
Correct
Incorrect
- Question 37 of 74
37. Question
1 pointsString is the predefined
Correct
Incorrect
- Question 38 of 74
38. Question
1 pointsSuper is the predefined
Correct
Incorrect
- Question 39 of 74
39. Question
1 pointsExecution of the program is always begins with
Correct
Incorrect
- Question 40 of 74
40. Question
1 pointsAll methods of interface are public and abstract
Correct
Incorrect
- Question 41 of 74
41. Question
1 pointsIn java, gc() method is available in which package
Correct
Incorrect
- Question 42 of 74
42. Question
1 pointsJAR file contains the compressed version of
Correct
Incorrect
- Question 43 of 74
43. Question
1 pointsProcess of creating exact copy of the existing object is called
Correct
Incorrect
- Question 44 of 74
44. Question
1 pointsWhich is the predefined package
Correct
Incorrect
- Question 45 of 74
45. Question
1 pointsJava intermediate code is known as
Correct
Incorrect
- Question 46 of 74
46. Question
1 pointsWhich command is used for interpretation of java program
Correct
Incorrect
- Question 47 of 74
47. Question
1 pointsWhat is meaning of jar
Correct
Incorrect
- Question 48 of 74
48. Question
1 pointsWhich of the following command is used to compile the Java program
Correct
Incorrect
- Question 49 of 74
49. Question
1 pointsWhat do you mean by javap
Correct
Incorrect
- Question 50 of 74
50. Question
1 pointswhat is jdb
Correct
Incorrect
- Question 51 of 74
51. Question
1 pointsJava is known as _______stage language
Correct
Incorrect
- Question 52 of 74
52. Question
1 pointsWhich driver is called as thin-driver in JDBC
Correct
Incorrect
- Question 53 of 74
53. Question
1 pointsHow many transaction isolation levels are defined in java.sql.Connection interface
Correct
Incorrect
- Question 54 of 74
54. Question
1 pointsWhich method of java is invoked by JVM to reclaim the inaccessible memory location
Correct
Incorrect
- Question 55 of 74
55. Question
1 points____ allows java code to run in the JVM to call and be called by native applications
Correct
Incorrect
- Question 56 of 74
56. Question
1 pointsInterfaces helps in which type of inheritance
Correct
Incorrect
- Question 57 of 74
57. Question
1 pointsIf nested try is possible
Correct
Incorrect
- Question 58 of 74
58. Question
1 pointsApplet always executed on
Correct
Incorrect
- Question 59 of 74
59. Question
1 pointsWhich method of the Applet class displays the result of applet code on screen
Correct
Incorrect
- Question 60 of 74
60. Question
1 pointsThere is no default transaction attribute for an EJB
Correct
Incorrect
- Question 61 of 74
61. Question
1 pointsWhich command disassembles a class file
Correct
Incorrect
- Question 62 of 74
62. Question
1 pointsThe inner class can access private members of the outer class
Correct
Incorrect
- Question 63 of 74
63. Question
1 pointsIn which we clone the object and their constituent parts
Correct
Incorrect
- Question 64 of 74
64. Question
1 pointsPrivate Constructors can’t be access from any derived classes neither from another class
Correct
Incorrect
- Question 65 of 74
65. Question
1 pointsWhich driver is efficient and always preferable for using JDBC applications
Correct
Incorrect
- Question 66 of 74
66. Question
1 pointsExecutable applet is
Correct
Incorrect
- Question 67 of 74
67. Question
1 pointsWhich keyword is used while using interface
Correct
Incorrect
- Question 68 of 74
68. Question
1 pointsWhich keyword represents object of the present class
Correct
Incorrect
- Question 69 of 74
69. Question
1 pointsWhich method can’t be overridden
Correct
Incorrect
- Question 70 of 74
70. Question
1 pointsHot java is
Correct
Incorrect
- Question 71 of 74
71. Question
1 pointsjavah stands for
Correct
Incorrect
- Question 72 of 74
72. Question
1 pointsMain method parameter has which type of data type
Correct
Incorrect
- Question 73 of 74
73. Question
1 pointsHow many keywords are available in java
Correct
Incorrect
- Question 74 of 74
74. Question
1 pointsSmallest individual unit in java program is known as
Correct
Incorrect
Leaderboard: Java Questions
Pos. | Name | Entered on | Points | Result |
---|---|---|---|---|
Table is loading | ||||
No data available | ||||