wp mid1 ques
wp mid1 ques
wp mid1 ques
b. Does Java support multi way selection statement? Justify your answer.
2.What is an exception? How are exceptions handled in Java programming? Explain
with suitable program.
3.Explain various operators and data types available in java script with examples
4.JavaScript is referred to as Object based programming language’. Justify with an
example
5.Explain about the different types of JDBC drivers with an example.
6.Discuss in detail about java file handling with an example.
Blanks [10*1/2=5m]
The <__> tag is used to create hyperlinks.
The <__> element is used to define the header of an HTML document.
To access an HTML element by its ID in JavaScript, you use the method __.
The function in JavaScript to print something in the console is __.
JavaScript variables are declared using the __ keyword.
The tag for creating an ordered list in HTML is <__>
An __ is a blueprint that defines a set of methods but does not implement them.
In Java, multiple methods with the same name but different parameters define __.
To create a thread in Java, you either implement the __ interface or extend the __
class.
In JDBC, to establish a connection with a database, the class __ is used.