Java

 

Results

QUIZ START

#1. By default all class in java are _____

Next

#2. ______ is data type in java.

Previous
Next

#3. “+” operator are used for ________

Previous
Next

#4. In Java, the _________ keyword is used to instantiate an object.

Previous
Next

#5. The process of copying data between method calls is referred to in programming as _________

Previous
Next

#6. A class have two or more methods with the same name but different parameter lists is called ____________

Previous
Next

#7. A _______ is a special method in a class that is invoked when the object gets instantiated.

Previous
Next

#8. A Class uses the ____ keyword to inherit from another class.

Previous
Next

#9. The _________ keyword can also be used in the child class when the child wants to invoke an overridden method in the parent.

Previous
Next

#10. A _______ class can be extended but cannot be instantiated directly.

Previous
Next

#11. The _________ keyword may be applied to a class, indicating the class may not be extended.

Previous
Next

#12. A ___________ is a collection of abstract methods.

Previous
Next

#13. we can throw your own exceptions using ________ keyword.

Previous
Next

#14. Which method used in awt to drawstring _______

Previous
Next

#15. The ________ method returns the number of character in the String.

Previous
Next

#16. _________ method can be used to position a dialog on the screen.

Previous
Next

#17. Repaint() calls the ________ method.

Previous
Next

#18. ________ method can be overloaded.

Previous
Next

#19. Two Classes in java enable communication using ___________

Previous
Next

#20. ________ Object is needed to group checkboxes to make them exclusive.

Previous
Next

#21. The default layout of the panel is __________

Previous
Next

#22. When we are working on a Windows based platform, the path separator of a file should be _______

Previous
Next

#23. The __________ method helps in clearing the buffer.

Previous
Next

#24. Reading or writing can be done even after closing the _______ and___________ source.

Previous
Next

#25. The Class, ______ does not allow appending data to an existing file.

Previous
Next

#26. ___________ are also called nested classes.

Previous
Next

#27. ________ interface is used for creating Statement in JDBC.

Previous
Next

#28. The methods in a __________ class can be final.

Previous
Next

#29. __________ is the default layout manage for Frames.

Previous
Next

#30. ___________ is a abstract class.

Previous
Next

#31. To compare two strings for equality, one can use ____________

Previous
Next

#32. __________ is the default value of a Boolean.

Previous
Next

#33. A class can have only a __________ parent.

Previous
Next

#34. ___________ class is used to build Client Application.

Previous
Next

#35. ___________ is the return type of execute update method in the class statement.

Previous
Next

#36. Java networking capabilities are centralized in the ____________ package.

Previous
Next

#37. ___________ and _____________ classes are wrapper classes for integer and character datatype.

Previous
Next

#38. ___________ , _________ and _____________ are statements available in SQL Package.

Previous
Next

#39. In java.Sql.package, Connection is ____________

Previous
Next

#40. _____________ is the default priority in thread.

Previous
Next

#41. Only One layout manager can be used per ___________

Previous
Next

#42. Java supports _____________ inheritance.

Previous
Next

#43. __________ contains both abstract and non-abstract methods.

Previous
Next

#44. JVM stands for _____________

Previous
Next

#45. Access Modifiers for __________ and ____________

Previous
Next

#46. In java, char datatype is _________ bit Unicode characters.

Previous
Next

#47. If the method name and class name are same then, it is called as ____________

Previous
Next

#48. Super Keyword is used for _____________

Previous
Next

#49. Does the class can extend more then ________ class.

Previous
Next

#50. Repaint() method takes ____________ arguments to update a part of the screen.

Previous
Next

#51. ____________ class is used by server to listen and accept connections to the clients.

Previous
Finish