Encrypt SignedFinal
Encrypt SignedFinal
__________________________________________________________________
AIM: Write A Program to accept a no from user and display the factorial of that no
in a text field.
CODE:
OUTPUT:
1.B
1.C
AIM: create a jtable to display the record of the employee. The titles of columns
should be employee no, employee name, designation and salary.
4B
Using JTree andJTable.
AIM: design a Jtree showing the name of the book as a root node,chapternemw
will be the child nodes of the booknode.each chapter node wllhave topic names
as child nodes.when you click on any node the path of thet node should be
displayed in jTextField.
Program id: 5A
AIM: Code: write a jdbc program to display details from student table where the
table is created using Microsoft access, execute the code using NetBeans ide.
Program id: 5B
Program name: Create table and displaying it.
Aim:Write a jdbc program that will create an employee table.The employee table
will have eno,ename,salary,location as its feeds.
Program id: 7 A
AIM: write a program to accept a sql query in a text box and on the click of the
execute button the result should be displayed in any control.
Program id: 7B Date: 11-aug-15
AIM: create a j frame which will add data of a person (name, DOB , address, tel.
no) to the data base and on the click of show all button display the records from
the data base in a scrollable j text area.
Program id: 8A Date: 11-aug-15
AIM: write a jdbc program that accepts acc.no, company name, transaction type,
quantity, transaction date from user and insert all this record in a table(acc.no,
company name, transaction type, quantity, current date).
Program Id.: 8B Date: 01/09/2015
Program Name: Using PreparedStatement
Sign:__________
Roll No.: 11
Remark:_________
___________________________________________________________________
_________
AIM: Design an application using jframe to accept username and password from
user with two buttons, insert and update to perform respective actions.