Chapter-1 Programming Fundamentals

1.What is inheritance in java? Describe different types of inheritance.

Answer....

2.What is access specifier/access modifier? Explain different types of access specifier used for class member in java with proper example.

Answer....

3.What is String class? Describe six methods from String class of java.

Answer....

4.What is JDBC driver? Explain about different types of JDBC driver.

Answer....

5.What do you mean by database connectivity? Explain briefly about different classes used for database connectivity.

Answer....



Chapter-2 HTML based web pages covering basic tags

1.Explain the basic structure of an HTML document with the help of an example.

Answer....

2.How to create a table in a web page? Explain with examples.

Answer....

3.Define List tag? How to create different types of lists in a webpage? Explain briefly with examples.

Answer....

4.What is form? Explain about various types of form controls used within a form with proper example.

Answer....

5.Define DHTML? Differentiate between HTML and DHTML.

Answer....

6.Define XML? Differentiate between HTML and XML.

Answer....