Java

 

Results

Previous
Next

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

Previous
Next

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

Previous
Next

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

Previous
Next

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

Previous
Next

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

Previous
Next

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

Previous
Next

#7. _____________ is the default priority in thread.

Previous
Next

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

Previous
Next

#9. Java supports _____________ inheritance.

Previous
Next

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

Previous
Next

#11. JVM stands for _____________

Previous
Next

#12. Access Modifiers for __________ and ____________

Previous
Next

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

Previous
Next

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

Previous
Next

#15. Super Keyword is used for _____________

Previous
Next

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

Previous
Next

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

Previous
Next

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

Previous
Next

#19. By default all class in java are _____

Previous
Next

#20. ______ is data type in java.

Previous
Next

#21. “+” operator are used for ________

Previous
Next

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

Previous
Next

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

Previous
Next

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

Previous
Next

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

Previous
Next

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

Previous
Next

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

Previous
Next

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

Previous
Next

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

Previous
Next

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

Previous
Next

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

Previous
Next

#32. Which method used in awt to drawstring _______

Previous
Next

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

Previous
Next

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

Previous
Next

#35. Repaint() calls the ________ method.

Previous
Next

#36. ________ method can be overloaded.

Previous
Next

#37. Two Classes in java enable communication using ___________

Previous
Next

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

Previous
Next

#39. The default layout of the panel is __________

Previous
Next

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

Previous
Next

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

Previous
Next

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

Previous
Next

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

Previous
Next

#44. ___________ are also called nested classes.

Previous
Next

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

Previous
Next

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

Previous
Next

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

Previous
Next

#48. ___________ is a abstract class.

Previous
Next

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

Previous
Next

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

Previous
Next

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

Previous
Finish