Showing posts from February, 2020Show all

Create a database and use Statement, Prepared Statement and Callable Statement. statemant.java file Click Here preparedstatement.java file Click Here callablestatemant.java file Click Here

Write RMI application where client supplies two numbers and server response by summing it. Here we have to create 4 files 1] addr.java file            CODE:  Click Here 2] adderremote.java file      CODE:  Click Here …

Write a HTML program to draw table shown below.

Write a HTML program to draw table shown below. Also write CSS rules so that 1. table background is of RED color 2. Cell data is center aligned. CODE: Click Here

PRACTICAL: 2.C[WT] Write the following styles in separate CSS file and also show how to link this CSS file in HTML file and show use of styles. (i) The headings should have normal font style and font’s size should be 120% (i…

PRACTICAL : 2.B[WT] Write an Internal CSS with following rules. i) Paragraph with font-family times new roman, size 150%. ii) Text capitalized and underline with indent of 1 cm. Make its use in body part of your sample html…

PRACTICAL: 2 [WT] Write a CSS that sets an element to occupy 60% of the screen width and that is centered horizontally. CODE: Click Here