java database
help me with this...i never learn build java database...can you all show me how to build it in simple way on blue j?
You are required to design and implement objects needed for a program that maintains a database of students and teachers, and allows you to read in large files of student/teacher information, search it, alter it, etc. The database is maintained as a list of records, each record containing the data for either a student or a teacher.
The information kept for a student is his/her college id number; name, date of birth, birth place, cumulative average of grades (CGPA) in courses, status (full time or part time), study programme (Ceritifcate(1), Diploma(2), Degree(3), Master(4) or PhD(5)) and a note (to keep comments on student's personality).
The information kept for a teacher is his/her faculty id number, name, date of birth, birth place, salary in ringgit, rank (Tutor(1), Lecturer(2), Associate Professor(3) or Professor(4)) .
After completing your design, you will implement it. The number of classes you decide to use is up to you. However, you must follow the set of restrictions specified below:
a. Name length must not:
i. be more than 30 characters,
ii. start with a blank space,
iii. contain more than one consecutive blank space, or
iv. contain any digit or number.
b. Date of birth must contain valid numbers (1-31 for days, 1-12 for months) and they cannot contain negative values.
c. Birth place is the state (if born in Malaysia), else birth country.
d. CGPA is must be a positive value. The default value is 0.00.
e. Valid study programme for students is any number between 1 and 5.
f. Valid rank for teachers is any number between 1 and 4.
g. Teachers' salary must be a positive value.
Both of these are people, of course, so the classes Student and Teacher are derived from the superclass Person, which holds information common to both students and teachers: id, name, date of birth, and birth place. All specifications for the both classes must be completed in the Student and Teacher interfaces.
You are expected to design your own classes for representing the basic entities that the program manipulates.
As you design your classes make them as general as possible so that they can be used by a campus management system.
View Answers
Related Tutorials/Questions & Answers:
java databasejava database help me with this...i never learn build
java database... to design and implement objects needed for a program that maintains a
database.../teacher information, search it, alter it, etc. The
database is maintained as a list
Advertisements
Database,JavaDatabase,Java help me for the following things
if one customer... me the how to write the query in MySQL
database and i want coding for this one in Java.because i am using
Java as the front end.
1)page.jsp:
<
java and databasejava and database sir
i want to prepare a sign in form and i want to check that user name is exist or not in
database if it is exist in
database then return it is allready exist otherwise it is registered in data base
thank u
Java Database Program Java Database Program Write a program in
Java that connects to a
database and generates a report consisting of the courses in whom the total percentage of number of students failed is more than 80% of the total number
database links:
Connect JSP with
database Mysql
Connect
Java with
database Mysql...database tell me use about
database and give me a small program.
It is secure and can easily be accessed, managed, and updated. Moreover
database links:
Connect JSP with
database Mysql
Connect
Java with
database Mysql...database tell me use about
database and give me a small program.
It is secure and can easily be accessed, managed, and updated. Moreover
database links:
Connect JSP with
database Mysql
Connect
Java with
database Mysql...database tell me use about
database and give me a small program.
It is secure and can easily be accessed, managed, and updated. Moreover
databasedatabase I wanted to know if it is possible to establish
database connection on a remote pc with mysql using
java swings from netbeans and then create a
database on the remote pc....
Kindly help me
DATABASEDATABASE How can i get combo box values from
database??
or how can i get values in the drop down menu of the html which is similar to dat of combo box in
java - from
database DatabaseDatabase How to represent data from
database in a tree?
Please visit the following link:
Retrieve data from
database in tree using
Java Swing
DatabaseDatabase from
java code i have to retrieve some data from a
database, which is present in a different timezone.
Scenario :- My
database... in
database timezone is 9PM 15APR2012. I want to retrieve something from
database java database connection - JDBCjava database connection sir i want to join my project with MS access
database. i am making my project in netbeans.please tell me the coding to do... the data into the MS Access
database and retrieve the data from the
database table
java with Oracle Databasejava with Oracle Database Hello
I have been encountering a problem regarding creating a table with Oracle.When i am creating new table in the
Database using Oracle , it is giving error saying an errror occured incursive sql
databasedatabase Im doing my project in
java swings...netbeans
I wanted
java source code to establish connection to postgresql_8.1 using jdbc and create a user defined
database and a table in that
database and insert values
Plz help me
databasedatabase Can you please help me to establish
database connection to ms sql 2000 from
java swing in netbeans
database database..im doing my project in
java swings.....netbeans
Kindly help me
ThankYou...database I want to let the user select one of the
database type... give the name of the
database name that he want to create in a textfield
database connection by using java beandatabase connection by using
java bean i need a code for bean class to connect to mysql
database.
subsequently to use dis bean class whereever i need 2 connect 2
database java database connection - Strutsjava database connection how to connect a
database in struts program? First Add two jar file1> commons-dbcp-1.2.x.jar2> mysql...; value="jdbc:mysql:///
database_name?autoReconnect=true"
unable to connect database in javaunable to connect
database in java Hello Everyone! i was trying to connect
database with my application by using
java but i am unable to connect...
i was using this code....
try
{
Driver d=(Driver)Class.forName
java database connectionjava database connection package com.tsi.constants;
public class Constant {
public static final String DRIVER = "oracle.jdbc.driver.OracleDriver";
public static final String DBURL = "jdbc:oracle:thin
java database connectionjava database connection package com.tsi.constants;
public class Constant {
public static final String DRIVER = "oracle.jdbc.driver.OracleDriver";
public static final String DBURL = "jdbc:oracle:thin
java database error - JDBCjava database error hi all i am writing one swing application where i want to insert data into
database(MS-Access) but dont know how to do... the following code to insert the data into MS-Access
database:
import java.sql.
Database - Java BeginnersDatabase How to do
database connection when using weblogic server?
Any specific condition or difference
Java database connectivityJava database connectivity Hi sir
I need a code to create an application where user enter name in text box and that should be stored in
database.
Plz help me out its very urgent.
import java.sql.*;
import java.awt.
databasedatabase the code for initializing the
database connection
databasedatabase i want to let the user select the name of
database and then delete that
database.......im doing project in swings netbeans
unable to connect database in javaunable to connect
database in java Hello Everyone! i was trying to connect
database with my application by using
java but i am unable to connect... created.
6) Restart your compiler and compile your
java code.
For Inserting Data
Connection to database - Java Beginners on a Project on Jsp
We hve some JSP Pages & trying to connect to our
Database .
We are using SQL server 2000 ?
We are not able to connect our
database Tables.../connect_jsp_with_mysql.shtml
Because, we didn't use sql server 2000
database Import Data to SQL database in JavaImport Data to SQL
database in Java Hi, I'm a beginner and I'm wondering how to Import Data to SQL
database in
Java? Thanks
(Platform: Eclipse/SQL
databasedatabase use of hyperlink to show the data from
database databasedatabase i need to insert time in my
database. i need a code to insert time in my
database. its very urgent
java servlets with database interactionjava servlets with
database interaction hai friends i am doing a web application in that i have a registration page, after successfully registered... Servlet with
database and insert data
import java.io.*;
import
Connecting to MYSQL Database in JavaConnecting to MYSQL
Database in Java I've tried executing the code... to the
database");
conn.close();
System.out.println("Disconnected from
database");
} catch (Exception e) {
System.out.println("Error
Sum database colum in javaSum
database colum in java please i have two columns-col1 and col2, col1 contain item and col2 contain the quantity of the item
columns... the
database to sum the Items and display output so that it will be like
databasedatabase im doing my project in netbeans swings...wn a user wants to create a
database from the gui...i want to display an error msg if a
database with that name already exists and if it does not exist new
database should
databasedatabase I wanted to know if it is possible to create a
database in mysql by letting the user enter the name of the
database in swing gui..im doing my project in netbeans...Thank You
DatabaseDatabase I am working in jsf2.Fro a demo i created
database in ms access.no wi want to retrive a record from
database for a particular data.I need help as I am stuck
DATABASEDATABASE I can't send different information from different form into a single table in my
database DatabaseDatabase Can i get a code for
database connectivity
Myeclipse 3.3 to MySql manager 2005
databasedatabase dateofbirth is not save into the
database while i am enter from html browser.it shows as null.whats the reason
databasedatabase sir..
how we can uplaod the
database in the data file(ms access)please send me a solution
databasedatabase how we ca upload the data in the
database file(ms access
databasedatabase hi i want to develop one patient
database can any one provide me the guide