Java & Web Development Assessment Exam

90 Questions | Attempts: 115
Please wait...
Question 1 / 91
🏆 Rank #--
Score 0/100

1. Which one is a valid declaration of a boolean?

Submit
Please wait...
About This Quiz
Java & Web Development Assessment Exam - Quiz

.

2.

What first name or nickname would you like us to use?

You may optionally provide this to label your report, leaderboard, or certificate.

2. Which of these methods is used to know when was the URL last modified?

Submit

3. Which of the following are the features of jQuery?

Submit

4. What is the output of this program?

Submit

5. Which of these methods is used to know the type of content used in the URL?

Submit

6. Which of these package is used for graphical user interface?

Submit

7. Which attribute is used to name an html element uniquely?

Submit

8. Which of these methods is used to know host of an URL?

Submit

9. Which of these standard collection classes implements a dynamic array?

Submit

10. Which of these is a method of ObjectOutput interface used to finalize the output state so that any buffers are cleared?

Submit

11. Which of these classes implements Set interface?

Submit

12. Which of these standard collection classes implements a linked list data structure?

Submit

13. State True or False.  A windows application creation or a web application creation is mandatory in order to test a web service.

Submit

14. Which of these method of HashSet class is used to add elements to its object?

Submit

15. Which of these package is used for invoking a method remotely?

Submit

16. Which of these is a process of writing the state of an object to a byte stream?

Submit

17. Which of these method of ArrayList class is used to obtain present size of an object?

Submit

18. What is the output of this program?

Submit

19. What is the output of this program?

Submit

20. Which of these class can generate an array which can increase and decrease in size automatically?

Submit

21. What is a web service?

Submit

22. Which of these values can a boolean variable contain?

Submit

23. What are the web service platform elements?

Submit

24. Which of these keywords are used to define an abstract class?

Submit

25. The basic purpose of the toLocaleString() is to

Submit

26. What is the output of this program?

Submit

27. What is new about web services?

Submit

28. What is the output of this program?

Submit

29. Which of these type parameters is used for a generic methods to return and accept any type of object?

Submit

30. Which of these methods can be used to delete the last element in a LinkedList object?

Submit

31. If a class inheriting an abstract class does not define all of its function then it will be known as?

Submit

32. Which of the following is not a new feature of HTML5?

Submit

33. Which of these package is used for analyzing code during run-time?

Submit

34. What is the range of data type byte in Java?

Submit

35. What is the output of this program?

Submit

36. Which of these interface extends DataOutput interface?

Submit

37. Which of these method is used to add an element to the start of a LinkedList object?

Submit

38. Which of the following is used to locate and describe web services?

Submit

39. What is correct behavior of preventDefault() function:

Submit

40.  A linkage of series of prototype objects is called as :

Submit

41. Which of these packages contains abstract keyword?

Submit

42. Which of these is not a correct statement?

Submit

43. Which data type value is returned by all transcendental math functions?

Submit

44. Which of the following are legal lines of Java code?
  1. int w = (int)888.8;
  2. byte x = (byte)100L;
  3. long y = (byte)100;
  4. byte z = (byte)100L;

Submit

45. Which of the following is not form controls elements in HTML5?

Submit

46. What is the output of this program?

Submit

47. What are generic methods?

Submit

48. Which of the following is used to locate and describe web services?

Submit

49. Web services attempts to describe architecture based on

Submit

50. What is the range of data type short in Java?

Submit

51. Which of these exception is thrown by URL class's constructors?

Submit

52.  What does URL stands for?

Submit

53. To determine whether one object is the prototype of (or is part of the prototype chain of) another object, one should use the

Submit

54. Which of these method is used to reduce the capacity of an ArrayList object?

Submit

55. Why SOAP is used as a protocol for accessing a web service?

Submit

56. Which of these package is used for handling security related issues in a program?

Submit

57. The basic difference between JavaScript and Java is

Submit

58. Which of these type parameters is used for a generic methods to return and accept a number?

Submit

59. Which of these tranfer protocol must be used so that URL can be accessed by URLConnection class object?

Submit

60. The unordered collection of properties, each of which has a name and a value is called

Submit

61. An expression involving byte, int, and literal numbers is promoted to which of these?

Submit

62. Which of these literals can be contained in a data type float variable?

Submit

63. What is the output of this program?

Submit

64. Which of these class allows us to get real time data about private and protected member of a class?

Submit

65. Web services are the amalgamation of

Submit

66. Which of these coding types is used for data type characters in Java?

Submit

67. Which of the following is not true about HTML5?

Submit

68. Which of the following is a single global function defined in the jQuery library?

Submit

69. What is the numerical range of a char in Java?

Submit

70. Which of the following three kinds of data that web services have?

Submit

71. Which of these class is used to access actual bits or content information of a URL?

Submit

72. What is the output of this program?

Submit

73. Which of these data member of HttpResponse class is used to store the response from a http server?

Submit

74. Which of these is method of ObjectOutput interface used to write the object to input or outputstream as required?

Submit

75. Which of these class is used to access actual bits or content information of a URL?

Submit

76. The object has three object attributes namely

Submit

77. Which of the following is incorrect statement regarding the use of generics and parameterized types in Java?

Submit

78. Which of these is not abstract?

Submit

79. Which of these methods is used to know the full URL of an URL object?

Submit

80. The purpose of extensible attribute is to

Submit

81. Which of these package is used for all the text related modifications?

Submit

82. Which of these is an correct way of defining generic method?

Submit

83. Which of these method can be used to increase the capacity of ArrayList object manually?

Submit

84. Which of the following is used to perform remote procedure calls in web services?

Submit

85. Which of these methods can be used to obtain a static array from an ArrayList object?

Submit

86. Which of these occupy first 0 to 127 in Unicode character set used for characters in Java?

Submit

87. Which of these is an interface for control over serialization and deserialization?

Submit

88. Which of these is wrapper around everything associated with a reply from an http server?

Submit

89. Which of these process occur automatically by java run time system?

Submit

90. Which of these method is used to change an element in a LinkedList Object?

Submit
×
Saved
Thank you for your feedback!
View My Results
Cancel
  • All
    All (90)
  • Unanswered
    Unanswered ()
  • Answered
    Answered ()
Which one is a valid declaration of a boolean?
Which of these methods is used to know when was the URL last modified?
Which of the following are the features of jQuery?
What is the output of this program?
Which of these methods is used to know the type of content used in the...
Which of these package is used for graphical user interface?
Which attribute is used to name an html element uniquely?
Which of these methods is used to know host of an URL?
Which of these standard collection classes implements a dynamic array?
Which of these is a method of ObjectOutput interface used to finalize...
Which of these classes implements Set interface?
Which of these standard collection classes implements a...
State True or False.  A windows application creation or a web...
Which of these method of HashSet class is used to add elements to its...
Which of these package is used for invoking a method remotely?
Which of these is a process of writing the state of an object to a...
Which of these method of ArrayList class is used to obtain present...
What is the output of this program?
What is the output of this program?
Which of these class can generate an array which can increase and...
What is a web service?
Which of these values can a boolean variable contain?
What are the web service platform elements?
Which of these keywords are used to define...
The basic purpose of the toLocaleString() is to
What is the output of this program?
What is new about web services?
What is the output of this program?
Which of these type parameters is used for a generic methods to return...
Which of these methods can be used to delete the last element in a...
If a class inheriting an abstract class does not define all...
Which of the following is not a new feature of HTML5?
Which of these package is used for analyzing code during run-time?
What is the range of data type byte in Java?
What is the output of this program?
Which of these interface extends DataOutput interface?
Which of these method is used to add an element to...
Which of the following is used to locate and describe web services?
What is correct behavior of preventDefault() function:
 A linkage of series of prototype objects is called as :
Which of these packages contains abstract keyword?
Which of these is not a correct statement?
Which data type value is returned by all transcendental math...
Which of the following are legal lines of Java code?int w =...
Which of the following is not form controls elements in HTML5?
What is the output of this program?
What are generic methods?
Which of the following is used to locate and describe web services?
Web services attempts to describe architecture based on
What is the range of data type short in Java?
Which of these exception is thrown by URL class's constructors?
 What does URL stands for?
To determine whether one object is the prototype of (or is part of the...
Which of these method is used to reduce the capacity of an ArrayList...
Why SOAP is used as a protocol for accessing a web service?
Which of these package is used for handling security related...
The basic difference between JavaScript and Java is
Which of these type parameters is used for a generic methods to return...
Which of these tranfer protocol must be used so that URL can be...
The unordered collection of properties, each of which has a name and a...
An expression involving byte, int, and literal numbers is promoted to...
Which of these literals can be contained in a data type float...
What is the output of this program?
Which of these class allows us to get real time data about private and...
Web services are the amalgamation of
Which of these coding types is used for data type characters in Java?
Which of the following is not true about HTML5?
Which of the following is a single global function defined in the...
What is the numerical range of a char in Java?
Which of the following three kinds of data that web services have?
Which of these class is used to access actual bits or content...
What is the output of this program?
Which of these data member of HttpResponse class is used to store the...
Which of these is method of ObjectOutput interface used to write the...
Which of these class is used to access actual bits or content...
The object has three object attributes namely
Which of the following is incorrect statement regarding the use of...
Which of these is not abstract?
Which of these methods is used to know the full URL of an URL object?
The purpose of extensible attribute is to
Which of these package is used for all the text related modifications?
Which of these is an correct way of defining generic method?
Which of these method can be used to increase the capacity of...
Which of the following is used to perform remote procedure calls in...
Which of these methods can be used to obtain a static array from an...
Which of these occupy first 0 to 127 in Unicode character set used for...
Which of these is an interface for control over serialization and...
Which of these is wrapper around everything associated with a reply...
Which of these process occur automatically by java run time system?
Which of these method is used to change an element in a LinkedList...
play-Mute sad happy unanswered_answer up-hover down-hover success oval cancel Check box square blue
Alert!