public void insert(){ System.out.println("insert"); //do ur work here } public void delete(){ System.out.println("delete"); //do ur work here } public void display(){ System.out.println("display"); //do ur work here }
// Add what ever method u want......... public static void main(String s[]) throws NumberFormatException, IOException{ StudentRecordMaintain maintain = new StudentRecordMaintain(); InputStreamReader insr = new InputStreamReader(System.in); BufferedReader br = new BufferedReader(insr); int choice = 0; do{ System.out.println("1. Insert Record"); System.out.println("2. Delete Record"); System.out.println("3. Display Record"); System.out.println("4. Exit"); System.out.print("Enter Choice : "); choice = Integer.parseInt(br.readLine()); switch (choice) { case 1: maintain.insert(); break; case 2: maintain.delete(); break; case 3: maintain.display(); break; //add case statement what ever u want default: System.exit(0); break; } }while(choice != 0); }
}
Rajanikant
September 29, 2008 at 3:54 PM
Hello friend,
Plz explain in detail. Which technologies you want to use.
Related Pages:
sorting student record - Java Beginners sortingstudent record Program in java for inserting, recording, deleting, editing and searching student details
can u explain about.... Insert Record");
System.out.println("2. Delete Record");
System.out.println
student database student database student records such as fees-school fees, dob,age,if any due.the record stored should be like this record,name,age,dob,fee list or any dues of the student record1 isha 15 20jan record2 spandana 14 4feb record3
Sorting the array Sorting the array Implement a program to process votes for 5 candidates in a talent contest.
The program should use a String array to hold the names of the 5 candidates and an integer array to record the number of votes for each
Java Sorting
array to record the number of votes for each contestant.
import
sorting sorting write a program to arrange sorting in rows,column and diagonal
Sorting
Sorting can any help me know which sorting algorithm java uses for sorting collection and arrays
sorting
sorting write to a program to arrange the sorting in rows, column and digonal
sorting
sorting how to do sorting without using bubble sort,selection sort
creating an applet for student management system
creating an applet for student management system Write an applet/awt... a student management system having the following characteristics:
The interface... it to act), and reasonably realistic. It must accept the student id,name,age,address
using list iterator create student details - JavaMail
using list iterator create student details write a java program to create student class with particulars like name, rno, marks,etc. and print them... objects therefore for sorting the class Objects we have to first fetch them
JDBC: Sorting Table Example
JDBC: Sorting Table Example
In this section, you will learn how to sort your... sort your table record either in ascending order or in
descending order...; In this example we are arranging student
records in descending order of roll
sort a record in jsp - JSP-Servlet
sort a record in jsp hello,
can i get a code that displays 10 records per page from a table student and when i click on the next button...
In the above code,we have taken the database table student
Record management application for a school Record management application for a school
In this section, we are going to create an application to record the
information of all the students. All the data has been stored in the text files.Through this application, you can add record
Read text file to 2D array and sorting the second column
Read text file to 2D array and sorting the second column we found that the student names with marks in a text file the marks decreases significantly. when exams conducted fast 4 times.The first column is the student name
How to create a Student data base using Linked List in java
How to create a Student data base using Linked List in java I want... StudentData
{
String record;
String name;
int age;
String dob;
StudentData(String record, String name, int age,String dob){
this.record
group by sorting
group by sorting group by sorting of data in SQL
Student database Student database Create a class Student with Name, Gender, and Date of Birth and Input Student and print as ?Dear Mr/Mrs Name, your Age is 99 Years?. Mr/Mrs - only one should be displayed based on their age and Gender
student details student details hi sir/madam i have a doubt in PHP how to insert student details using mysql with php..
Have a look at the following link:
PHP Mysql insert
student details student details create an application for details of 1st to 5th standard students by using loops and scanner
student info student info code of insert,delete,update,view,search of student information using jsp and servelts
Hi Friend,
Please visit the following links:
http://www.roseindia.net/jsp/user-search.shtml
http
Student average Student average you are an academic scholar.one requirement... that reads student's number of subject taken, the final grade of each subject... should display the average grade of the student and would display the message
Student Marks Student Marks Hi everyone
I have to do this java assignment... programming grades of 8 IT students.
Randomly create student numbers for each... in an array.
Addresses of Students and store them in array.
Previous Grade for student
linear sorting
linear sorting what is linear sorting?
can any send me an example
Hi Friend,
Try this:
import java.util.*;
class ArraySort{
public...("After Sorting: ");
for(int i=0;i<arr.length;i++){
System.out.println
Sorting Program Sorting Program To sort 10items in alphabetical order
Arrays.sort(name of ur array)
import java.util.*;
class ArrayExample{
public static void main(String[] args) {
String array[]=new
sorting numbers sorting numbers How to sort the numbers in ascending order
import java.util.*;
class SortNumbers{
public static void main(String[] args)
{
Scanner input=new Scanner(System.in
Java sorting sorting mechanism.
say about Collections.Sort() & Arrays.Sort() that uses
Sorting and Searching Sorting and Searching Hi i would really be thankful if someone could help me with this
A program is required to ask users to rate the Java programming language using a number in the range 0 - 10.
The data input is ended
Sorting an ArrayList Sorting an ArrayList print("code sample");Hello All,
I am working on a program for school and I am having trouble with sorting my list. The numbers I receive in my output are correct, but not in ascending order as required
student information system student information system can you show me example of "student information system" pseudo code and flow chart with "student name, student id, student residential hall, student course, student phone numbers
Edit the record.
Edit the record. sir, I have a table consist of huge data.I have displayed that data.side of them there is an edit button which will edit... to previous edited row or edit the previous record of the previously edited
delete record
delete record how to delete record using checkbox and button in php
We are providing you the jsp code that displays the database table data into the html table. Along each table row there is a checkbox consists
student admission system project student admission system project College Student Admission System... Student Admission Project in Java with Source code, that includes Following Forms 1) Student Admission based,its urgent sir
school student attendence report
school student attendence report Hi i want school student attendence genaration source code please urgent help me
Database Record findByName
Database Record findByName
 ... your conditions.
You need the following artifacts:
Database table: student...: student
CREATE TABLE `student` (
`id` int(11
Database Record findById
Database Record findById
 ... table: student
Model Class: Student.java
Main Class: JPAFindById.java
Table: student
CREATE TABLE `student` (
`id` int(11
student weekly attandence genaration student weekly attandence genaration Hievery body iam doing student project in that i want student weekly ,yearly attendence generation report this project doing on struts frame front as java back end as oracle 10 g
STUDENT MANAGEMENT SYSTEM STUDENT MANAGEMENT SYSTEM can any one help me with the coding if this using awt please!!!!!!!
STUDENT MANAGEMENT SYSTEM
Table details
Student...:insert/update/delete/search
student:insert/update/delete/search
:result entry
project for Student Admission System
project for Student Admission System I want Mini Java Project for Student Admission System.
actually i want 2 know how 2 start this...please show me my way
college student admission
college student admission Front End -JAVA
Back End - MS Access
Hello Sir, I want College Student Admission Project in Java with Source code,
that includes Following Forms
1) Student Admission based on Enterance Exam Marks