Java Interview Questions and Answers

Java Interview Questions and Answers in Tamil

Java Code – AddStudent.java


 

package studentmgntsystem;

/*
* To change this license header, choose License Headers in Project Properties.
* To change this template file, choose Tools | Templates
* and open the template in the editor.
*/

/**
*
* @author This pc
*/
import java.io.Console;
import java.sql.Connection;
import java.sql.PreparedStatement;
import java.sql.SQLException;
import java.sql.DriverManager;
import javax.swing.JOptionPane;

public class AddStudent extends javax.swing.JFrame {

/**
* Creates new form AddStudent
*/
public AddStudent() {
initComponents();
}

/**
* This method is called from within the constructor to initialize the form.
* WARNING: Do NOT modify this code. The content of this method is always
* regenerated by the Form Editor.
*/
@SuppressWarnings(“unchecked”)
// <editor-fold defaultstate=”collapsed” desc=”Generated Code”>
private void initComponents() {

jPanel1 = new javax.swing.JPanel();
jLabel2 = new javax.swing.JLabel();
jLabel3 = new javax.swing.JLabel();
txtStudentName = new javax.swing.JTextField();
txtExamID = new javax.swing.JTextField();
Submit = new javax.swing.JButton();
Cancel = new javax.swing.JButton();
jButton1 = new javax.swing.JButton();
jLabel1 = new javax.swing.JLabel();
txtDepartment = new javax.swing.JTextField();
jLabel5 = new javax.swing.JLabel();
jLabel6 = new javax.swing.JLabel();
txtYear = new javax.swing.JTextField();
jLabel7 = new javax.swing.JLabel();
txtFatherName = new javax.swing.JTextField();
jLabel8 = new javax.swing.JLabel();
txtAddress = new javax.swing.JTextField();
jLabel9 = new javax.swing.JLabel();
txtCity = new javax.swing.JTextField();
jLabel10 = new javax.swing.JLabel();
txtMobileNumber = new javax.swing.JTextField();

setDefaultCloseOperation(javax.swing.WindowConstants.EXIT_ON_CLOSE);

jPanel1.setBackground(new java.awt.Color(204, 204, 255));

jLabel2.setText(“Student Name”);

jLabel3.setText(“Student Exam ID”);

txtStudentName.addActionListener(new java.awt.event.ActionListener() {
public void actionPerformed(java.awt.event.ActionEvent evt) {
txtStudentNameActionPerformed(evt);
}
});

Submit.setText(“Submit”);
Submit.addActionListener(new java.awt.event.ActionListener() {
public void actionPerformed(java.awt.event.ActionEvent evt) {
SubmitActionPerformed(evt);
}
});

Cancel.setText(“Cancel”);
Cancel.addActionListener(new java.awt.event.ActionListener() {
public void actionPerformed(java.awt.event.ActionEvent evt) {
CancelActionPerformed(evt);
}
});

jButton1.setBackground(new java.awt.Color(204, 255, 0));
jButton1.setText(“X”);
jButton1.addActionListener(new java.awt.event.ActionListener() {
public void actionPerformed(java.awt.event.ActionEvent evt) {
jButton1ActionPerformed(evt);
}
});

jLabel1.setFont(new java.awt.Font(“Tahoma”, 0, 24)); // NOI18N
jLabel1.setText(“Add Student”);

jLabel5.setText(“Department”);

jLabel6.setText(“Student Year”);

jLabel7.setText(“Father Name”);

jLabel8.setText(“Address”);

jLabel9.setText(“City”);

jLabel10.setText(“Mobile Number”);

javax.swing.GroupLayout jPanel1Layout = new javax.swing.GroupLayout(jPanel1);
jPanel1.setLayout(jPanel1Layout);
jPanel1Layout.setHorizontalGroup(
jPanel1Layout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING)
.addGroup(jPanel1Layout.createSequentialGroup()
.addGap(56, 56, 56)
.addGroup(jPanel1Layout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING)
.addGroup(javax.swing.GroupLayout.Alignment.TRAILING, jPanel1Layout.createSequentialGroup()
.addGap(0, 0, Short.MAX_VALUE)
.addComponent(jLabel1, javax.swing.GroupLayout.PREFERRED_SIZE, 202, javax.swing.GroupLayout.PREFERRED_SIZE)
.addGap(123, 123, 123)
.addComponent(jButton1, javax.swing.GroupLayout.PREFERRED_SIZE, 39, javax.swing.GroupLayout.PREFERRED_SIZE)
.addGap(10, 10, 10))
.addGroup(jPanel1Layout.createSequentialGroup()
.addGroup(jPanel1Layout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING, false)
.addGroup(jPanel1Layout.createSequentialGroup()
.addComponent(jLabel5, javax.swing.GroupLayout.PREFERRED_SIZE, 93, javax.swing.GroupLayout.PREFERRED_SIZE)
.addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.RELATED, javax.swing.GroupLayout.DEFAULT_SIZE, Short.MAX_VALUE)
.addComponent(txtDepartment, javax.swing.GroupLayout.PREFERRED_SIZE, 130, javax.swing.GroupLayout.PREFERRED_SIZE))
.addGroup(jPanel1Layout.createParallelGroup(javax.swing.GroupLayout.Alignment.TRAILING)
.addComponent(txtExamID, javax.swing.GroupLayout.PREFERRED_SIZE, 130, javax.swing.GroupLayout.PREFERRED_SIZE)
.addGroup(jPanel1Layout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING, false)
.addGroup(jPanel1Layout.createSequentialGroup()
.addComponent(jLabel2)
.addGap(45, 45, 45)
.addComponent(txtStudentName, javax.swing.GroupLayout.PREFERRED_SIZE, 130, javax.swing.GroupLayout.PREFERRED_SIZE))
.addComponent(jLabel3, javax.swing.GroupLayout.PREFERRED_SIZE, 93, javax.swing.GroupLayout.PREFERRED_SIZE)
.addGroup(jPanel1Layout.createSequentialGroup()
.addComponent(jLabel6, javax.swing.GroupLayout.PREFERRED_SIZE, 93, javax.swing.GroupLayout.PREFERRED_SIZE)
.addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.RELATED, javax.swing.GroupLayout.DEFAULT_SIZE, Short.MAX_VALUE)
.addComponent(txtYear, javax.swing.GroupLayout.PREFERRED_SIZE, 130, javax.swing.GroupLayout.PREFERRED_SIZE)))))
.addGap(40, 40, 40)
.addGroup(jPanel1Layout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING)
.addGroup(jPanel1Layout.createSequentialGroup()
.addGroup(jPanel1Layout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING)
.addGroup(jPanel1Layout.createSequentialGroup()
.addGroup(jPanel1Layout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING)
.addComponent(jLabel7, javax.swing.GroupLayout.PREFERRED_SIZE, 93, javax.swing.GroupLayout.PREFERRED_SIZE)
.addComponent(jLabel8, javax.swing.GroupLayout.PREFERRED_SIZE, 93, javax.swing.GroupLayout.PREFERRED_SIZE)
.addComponent(jLabel9, javax.swing.GroupLayout.PREFERRED_SIZE, 93, javax.swing.GroupLayout.PREFERRED_SIZE))
.addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.RELATED, javax.swing.GroupLayout.DEFAULT_SIZE, Short.MAX_VALUE))
.addGroup(javax.swing.GroupLayout.Alignment.TRAILING, jPanel1Layout.createSequentialGroup()
.addComponent(jLabel10, javax.swing.GroupLayout.PREFERRED_SIZE, 93, javax.swing.GroupLayout.PREFERRED_SIZE)
.addGap(22, 22, 22)))
.addGroup(jPanel1Layout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING)
.addComponent(txtMobileNumber, javax.swing.GroupLayout.PREFERRED_SIZE, 130, javax.swing.GroupLayout.PREFERRED_SIZE)
.addComponent(txtFatherName, javax.swing.GroupLayout.PREFERRED_SIZE, 130, javax.swing.GroupLayout.PREFERRED_SIZE)
.addComponent(txtAddress, javax.swing.GroupLayout.PREFERRED_SIZE, 130, javax.swing.GroupLayout.PREFERRED_SIZE)
.addComponent(txtCity, javax.swing.GroupLayout.PREFERRED_SIZE, 130, javax.swing.GroupLayout.PREFERRED_SIZE)))
.addGroup(jPanel1Layout.createSequentialGroup()
.addGap(0, 0, Short.MAX_VALUE)
.addComponent(Submit, javax.swing.GroupLayout.PREFERRED_SIZE, 73, javax.swing.GroupLayout.PREFERRED_SIZE)
.addGap(18, 18, 18)
.addComponent(Cancel, javax.swing.GroupLayout.PREFERRED_SIZE, 73, javax.swing.GroupLayout.PREFERRED_SIZE)))
.addGap(25, 25, 25))))
);
jPanel1Layout.setVerticalGroup(
jPanel1Layout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING)
.addGroup(jPanel1Layout.createSequentialGroup()
.addGroup(jPanel1Layout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING)
.addGroup(jPanel1Layout.createSequentialGroup()
.addContainerGap()
.addComponent(jButton1))
.addGroup(jPanel1Layout.createSequentialGroup()
.addGap(31, 31, 31)
.addComponent(jLabel1)))
.addGap(32, 32, 32)
.addGroup(jPanel1Layout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING)
.addComponent(jLabel2)
.addGroup(jPanel1Layout.createParallelGroup(javax.swing.GroupLayout.Alignment.BASELINE)
.addComponent(txtStudentName, javax.swing.GroupLayout.PREFERRED_SIZE, javax.swing.GroupLayout.DEFAULT_SIZE, javax.swing.GroupLayout.PREFERRED_SIZE)
.addComponent(txtFatherName, javax.swing.GroupLayout.PREFERRED_SIZE, javax.swing.GroupLayout.DEFAULT_SIZE, javax.swing.GroupLayout.PREFERRED_SIZE)
.addComponent(jLabel7)))
.addGap(28, 28, 28)
.addGroup(jPanel1Layout.createParallelGroup(javax.swing.GroupLayout.Alignment.BASELINE)
.addComponent(txtExamID, javax.swing.GroupLayout.PREFERRED_SIZE, javax.swing.GroupLayout.DEFAULT_SIZE, javax.swing.GroupLayout.PREFERRED_SIZE)
.addComponent(jLabel3)
.addComponent(txtAddress, javax.swing.GroupLayout.PREFERRED_SIZE, javax.swing.GroupLayout.DEFAULT_SIZE, javax.swing.GroupLayout.PREFERRED_SIZE)
.addComponent(jLabel8))
.addGap(27, 27, 27)
.addGroup(jPanel1Layout.createParallelGroup(javax.swing.GroupLayout.Alignment.BASELINE)
.addComponent(txtDepartment, javax.swing.GroupLayout.PREFERRED_SIZE, javax.swing.GroupLayout.DEFAULT_SIZE, javax.swing.GroupLayout.PREFERRED_SIZE)
.addComponent(jLabel5)
.addComponent(txtCity, javax.swing.GroupLayout.PREFERRED_SIZE, javax.swing.GroupLayout.DEFAULT_SIZE, javax.swing.GroupLayout.PREFERRED_SIZE)
.addComponent(jLabel9))
.addGap(18, 18, 18)
.addGroup(jPanel1Layout.createParallelGroup(javax.swing.GroupLayout.Alignment.BASELINE)
.addComponent(txtYear, javax.swing.GroupLayout.PREFERRED_SIZE, javax.swing.GroupLayout.DEFAULT_SIZE, javax.swing.GroupLayout.PREFERRED_SIZE)
.addComponent(jLabel6)
.addComponent(jLabel10)
.addComponent(txtMobileNumber, javax.swing.GroupLayout.PREFERRED_SIZE, javax.swing.GroupLayout.DEFAULT_SIZE, javax.swing.GroupLayout.PREFERRED_SIZE))
.addGap(38, 38, 38)
.addGroup(jPanel1Layout.createParallelGroup(javax.swing.GroupLayout.Alignment.BASELINE)
.addComponent(Cancel)
.addComponent(Submit))
.addContainerGap(62, Short.MAX_VALUE))
);

javax.swing.GroupLayout layout = new javax.swing.GroupLayout(getContentPane());
getContentPane().setLayout(layout);
layout.setHorizontalGroup(
layout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING)
.addGroup(layout.createSequentialGroup()
.addContainerGap()
.addComponent(jPanel1, javax.swing.GroupLayout.DEFAULT_SIZE, javax.swing.GroupLayout.DEFAULT_SIZE, Short.MAX_VALUE)
.addContainerGap())
);
layout.setVerticalGroup(
layout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING)
.addGroup(layout.createSequentialGroup()
.addContainerGap()
.addComponent(jPanel1, javax.swing.GroupLayout.DEFAULT_SIZE, javax.swing.GroupLayout.DEFAULT_SIZE, Short.MAX_VALUE)
.addContainerGap())
);

pack();
}// </editor-fold>
PreparedStatement pst=null;
private void txtStudentNameActionPerformed(java.awt.event.ActionEvent evt) {
// TODO add your handling code here:
}

private void SubmitActionPerformed(java.awt.event.ActionEvent evt) {
// TODO add your handling code here:
String StudentName = txtStudentName.getText();
String ExamID = txtExamID.getText();
String Department = txtDepartment.getText();
String StudentYear = txtYear.getText();
String Father = txtFatherName.getText();
String Address = txtAddress.getText();
String City = txtCity.getText();
String Mobile = txtMobileNumber.getText();

try
{
Connection conn=DriverManager.getConnection(“jdbc:mysql://localhost:3306/studentdb”,”root”,””);
String sql = “insert into student_tbl (StudentName,ExamID,DepartmentName,Year,”
+ “FatherName,Address,City,Mobile) values(?,?,?,?,?,?,?,?)” ;
System.out.println(sql);

pst = conn.prepareStatement(sql);

pst.setString(1, StudentName);
pst.setString(2, ExamID);
pst.setString(3, Department);
pst.setString(4, StudentYear);
pst.setString(5, Father);
pst.setString(6, Address);
pst.setString(7, City);
pst.setString(8, Mobile);
int i = pst.executeUpdate();
System.out.println(pst.toString());
if(i==1)
{
JOptionPane.showConfirmDialog(null,”User Data Added”,”Confirmation”,
JOptionPane.INFORMATION_MESSAGE);

}
else

{
JOptionPane.showConfirmDialog(null,”Problem in updating”,”Confirmation”,
JOptionPane.INFORMATION_MESSAGE);
}

}
catch(Exception ex)
{
JOptionPane.showConfirmDialog(null,ex.getMessage(),”Problem in try loop”,
JOptionPane.INFORMATION_MESSAGE);
}

}

private void jButton1ActionPerformed(java.awt.event.ActionEvent evt) {
// TODO add your handling code here:
dispose();
EntryPage Entry = new EntryPage();
//AddStudent add=new AddStudent();
Entry.setVisible(true);

}

private void CancelActionPerformed(java.awt.event.ActionEvent evt) {
// TODO add your handling code here:
dispose();
}

/**
* @param args the command line arguments
*/
public static void main(String args[]) {
/* Set the Nimbus look and feel */
//<editor-fold defaultstate=”collapsed” desc=” Look and feel setting code (optional) “>
/* If Nimbus (introduced in Java SE 6) is not available, stay with the default look and feel.
* For details see http://download.oracle.com/javase/tutorial/uiswing/lookandfeel/plaf.html
*/
try {
for (javax.swing.UIManager.LookAndFeelInfo info : javax.swing.UIManager.getInstalledLookAndFeels()) {
if (“Nimbus”.equals(info.getName())) {
javax.swing.UIManager.setLookAndFeel(info.getClassName());
break;
}
}
} catch (ClassNotFoundException ex) {
java.util.logging.Logger.getLogger(AddStudent.class.getName()).log(java.util.logging.Level.SEVERE, null, ex);
} catch (InstantiationException ex) {
java.util.logging.Logger.getLogger(AddStudent.class.getName()).log(java.util.logging.Level.SEVERE, null, ex);
} catch (IllegalAccessException ex) {
java.util.logging.Logger.getLogger(AddStudent.class.getName()).log(java.util.logging.Level.SEVERE, null, ex);
} catch (javax.swing.UnsupportedLookAndFeelException ex) {
java.util.logging.Logger.getLogger(AddStudent.class.getName()).log(java.util.logging.Level.SEVERE, null, ex);
}
//</editor-fold>

/* Create and display the form */
java.awt.EventQueue.invokeLater(new Runnable() {
public void run() {
new AddStudent().setVisible(true);
}
});
}

// Variables declaration – do not modify
private javax.swing.JButton Cancel;
private javax.swing.JButton Submit;
private javax.swing.JButton jButton1;
private javax.swing.JLabel jLabel1;
private javax.swing.JLabel jLabel10;
private javax.swing.JLabel jLabel2;
private javax.swing.JLabel jLabel3;
private javax.swing.JLabel jLabel5;
private javax.swing.JLabel jLabel6;
private javax.swing.JLabel jLabel7;
private javax.swing.JLabel jLabel8;
private javax.swing.JLabel jLabel9;
private javax.swing.JPanel jPanel1;
private javax.swing.JTextField txtAddress;
private javax.swing.JTextField txtCity;
private javax.swing.JTextField txtDepartment;
private javax.swing.JTextField txtExamID;
private javax.swing.JTextField txtFatherName;
private javax.swing.JTextField txtMobileNumber;
private javax.swing.JTextField txtStudentName;
private javax.swing.JTextField txtYear;
// End of variables declaration
}

 


DeleteStudent.java


/*
* To change this license header, choose License Headers in Project Properties.
* To change this template file, choose Tools | Templates
* and open the template in the editor.
*/
package studentmgntsystem;
import java.sql.Connection;
import java.sql.DriverManager;
import java.sql.SQLException;
import java.sql.ResultSet;
import java.sql.PreparedStatement;
import javax.swing.ImageIcon;
import javax.swing.JLabel;
import net.proteanit.sql.DbUtils;
/**
*
* @author This pc
*/
public class DeleteStudent extends javax.swing.JFrame {

/**
* Creates new form DeleteStudent
*/
JLabel BackGround;
ImageIcon img;
public DeleteStudent() {
initComponents();
img = new ImageIcon(“D:\\JavaProject\\StudentMgntSystem\\src\\studentmgntsystem\\searchstudent.jpg”);
BackGround = new JLabel(img);
BackGround.setBounds(0,0,800,800);
add(BackGround);
}

/**
* This method is called from within the constructor to initialize the form.
* WARNING: Do NOT modify this code. The content of this method is always
* regenerated by the Form Editor.
*/
@SuppressWarnings(“unchecked”)
// <editor-fold defaultstate=”collapsed” desc=”Generated Code”>
private void initComponents() {

jLabel1 = new javax.swing.JLabel();
StuName = new javax.swing.JTextField();
Add1 = new javax.swing.JButton();
jButton1 = new javax.swing.JButton();
jScrollPane1 = new javax.swing.JScrollPane();
jTable1 = new javax.swing.JTable();
jLabel2 = new javax.swing.JLabel();

setDefaultCloseOperation(javax.swing.WindowConstants.EXIT_ON_CLOSE);

jLabel1.setFont(new java.awt.Font(“Tahoma”, 0, 24)); // NOI18N
jLabel1.setText(“Delete Student Details”);

Add1.setText(“Delete Student”);
Add1.addActionListener(new java.awt.event.ActionListener() {
public void actionPerformed(java.awt.event.ActionEvent evt) {
Add1ActionPerformed(evt);
}
});

jButton1.setBackground(new java.awt.Color(204, 255, 0));
jButton1.setText(“X”);
jButton1.addActionListener(new java.awt.event.ActionListener() {
public void actionPerformed(java.awt.event.ActionEvent evt) {
jButton1ActionPerformed(evt);
}
});

jTable1.setModel(new javax.swing.table.DefaultTableModel(
new Object [][] {
{null, null, null, null},
{null, null, null, null},
{null, null, null, null},
{null, null, null, null}
},
new String [] {
“Title 1”, “Title 2”, “Title 3”, “Title 4”
}
));
jScrollPane1.setViewportView(jTable1);

jLabel2.setText(“Enter the Student Name”);

javax.swing.GroupLayout layout = new javax.swing.GroupLayout(getContentPane());
getContentPane().setLayout(layout);
layout.setHorizontalGroup(
layout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING)
.addGroup(layout.createSequentialGroup()
.addGroup(layout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING)
.addGroup(layout.createSequentialGroup()
.addContainerGap()
.addComponent(jLabel2))
.addGroup(layout.createSequentialGroup()
.addGap(18, 18, 18)
.addComponent(jScrollPane1, javax.swing.GroupLayout.PREFERRED_SIZE, 880, javax.swing.GroupLayout.PREFERRED_SIZE)))
.addContainerGap(122, Short.MAX_VALUE))
.addGroup(layout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING)
.addGroup(layout.createSequentialGroup()
.addContainerGap()
.addGroup(layout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING)
.addGroup(layout.createSequentialGroup()
.addGap(137, 137, 137)
.addComponent(StuName, javax.swing.GroupLayout.PREFERRED_SIZE, 165, javax.swing.GroupLayout.PREFERRED_SIZE)
.addGap(18, 18, 18)
.addComponent(Add1, javax.swing.GroupLayout.PREFERRED_SIZE, 134, javax.swing.GroupLayout.PREFERRED_SIZE)
.addGap(0, 546, Short.MAX_VALUE))
.addGroup(layout.createSequentialGroup()
.addComponent(jLabel1, javax.swing.GroupLayout.DEFAULT_SIZE, javax.swing.GroupLayout.DEFAULT_SIZE, Short.MAX_VALUE)
.addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.RELATED)
.addComponent(jButton1, javax.swing.GroupLayout.PREFERRED_SIZE, 39, javax.swing.GroupLayout.PREFERRED_SIZE)))
.addContainerGap()))
);
layout.setVerticalGroup(
layout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING)
.addGroup(javax.swing.GroupLayout.Alignment.TRAILING, layout.createSequentialGroup()
.addGap(85, 85, 85)
.addComponent(jLabel2)
.addGap(39, 39, 39)
.addComponent(jScrollPane1, javax.swing.GroupLayout.PREFERRED_SIZE, 178, javax.swing.GroupLayout.PREFERRED_SIZE)
.addContainerGap(160, Short.MAX_VALUE))
.addGroup(layout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING)
.addGroup(layout.createSequentialGroup()
.addGap(22, 22, 22)
.addGroup(layout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING)
.addComponent(jLabel1)
.addComponent(jButton1))
.addGap(32, 32, 32)
.addGroup(layout.createParallelGroup(javax.swing.GroupLayout.Alignment.BASELINE)
.addComponent(Add1)
.addComponent(StuName, javax.swing.GroupLayout.PREFERRED_SIZE, javax.swing.GroupLayout.DEFAULT_SIZE, javax.swing.GroupLayout.PREFERRED_SIZE))
.addContainerGap(370, Short.MAX_VALUE)))
);

pack();
}// </editor-fold>
PreparedStatement pst=null;
PreparedStatement pst1=null;
private void Add1ActionPerformed(java.awt.event.ActionEvent evt) {
// TODO add your handling code here:
try
{
///delete query
Connection conn=DriverManager.getConnection(“jdbc:mysql://localhost:3306/studentdb”,”root”,””);
String sql = “delete from student_tbl where StudentName ='” +StuName.getText() +”‘” ;

pst = conn.prepareStatement(sql);
int i = pst.executeUpdate();

/// after deletion fetch the data and show it in the grid….
String sql1 = “select * from student_tbl” ;

pst1 = conn.prepareStatement(sql1);
ResultSet rs1= pst1.executeQuery();
jTable1.setModel(DbUtils.resultSetToTableModel(rs1));

}
catch(SQLException ex)
{
System.out.println(ex.toString());
}
}

private void jButton1ActionPerformed(java.awt.event.ActionEvent evt) {
// TODO add your handling code here:
dispose();
EntryPage Entry = new EntryPage();
//AddStudent add=new AddStudent();
Entry.setVisible(true);
}

/**
* @param args the command line arguments
*/
public static void main(String args[]) {
/* Set the Nimbus look and feel */
//<editor-fold defaultstate=”collapsed” desc=” Look and feel setting code (optional) “>
/* If Nimbus (introduced in Java SE 6) is not available, stay with the default look and feel.
* For details see http://download.oracle.com/javase/tutorial/uiswing/lookandfeel/plaf.html
*/
try {
for (javax.swing.UIManager.LookAndFeelInfo info : javax.swing.UIManager.getInstalledLookAndFeels()) {
if (“Nimbus”.equals(info.getName())) {
javax.swing.UIManager.setLookAndFeel(info.getClassName());
break;
}
}
} catch (ClassNotFoundException ex) {
java.util.logging.Logger.getLogger(DeleteStudent.class.getName()).log(java.util.logging.Level.SEVERE, null, ex);
} catch (InstantiationException ex) {
java.util.logging.Logger.getLogger(DeleteStudent.class.getName()).log(java.util.logging.Level.SEVERE, null, ex);
} catch (IllegalAccessException ex) {
java.util.logging.Logger.getLogger(DeleteStudent.class.getName()).log(java.util.logging.Level.SEVERE, null, ex);
} catch (javax.swing.UnsupportedLookAndFeelException ex) {
java.util.logging.Logger.getLogger(DeleteStudent.class.getName()).log(java.util.logging.Level.SEVERE, null, ex);
}
//</editor-fold>

/* Create and display the form */
java.awt.EventQueue.invokeLater(new Runnable() {
public void run() {
new DeleteStudent().setVisible(true);
}
});
}

// Variables declaration – do not modify
private javax.swing.JButton Add1;
private javax.swing.JTextField StuName;
private javax.swing.JButton jButton1;
private javax.swing.JLabel jLabel1;
private javax.swing.JLabel jLabel2;
private javax.swing.JScrollPane jScrollPane1;
private javax.swing.JTable jTable1;
// End of variables declaration
}


EntryPage.java


/*
* To change this license header, choose License Headers in Project Properties.
* To change this template file, choose Tools | Templates
* and open the template in the editor.
*/
package studentmgntsystem;

import java.awt.Label;
import javax.swing.ImageIcon;
import javax.swing.JLabel;

/**
*
* @author This pc
*/
public class EntryPage extends javax.swing.JFrame {

/**
* Creates new form EntryPage
*/ //constructor
JLabel BackGround;
ImageIcon img;
public EntryPage() {
initComponents();
img = new ImageIcon(“D:\\JavaProject\\StudentMgntSystem\\src\\studentmgntsystem\\student.jpg”);
BackGround = new JLabel(“”,img,JLabel.CENTER);
BackGround.setBounds(0,0,600,600);
add(BackGround);

}

/**
* This method is called from within the constructor to initialize the form.
* WARNING: Do NOT modify this code. The content of this method is always
* regenerated by the Form Editor.
*/
@SuppressWarnings(“unchecked”)
// <editor-fold defaultstate=”collapsed” desc=”Generated Code”>
private void initComponents() {

Delete = new javax.swing.JButton();
Add1 = new javax.swing.JButton();
View = new javax.swing.JButton();
Search = new javax.swing.JButton();
jLabel1 = new javax.swing.JLabel();
jButton1 = new javax.swing.JButton();

setDefaultCloseOperation(javax.swing.WindowConstants.EXIT_ON_CLOSE);

Delete.setText(“Delete Student”);
Delete.addActionListener(new java.awt.event.ActionListener() {
public void actionPerformed(java.awt.event.ActionEvent evt) {
DeleteActionPerformed(evt);
}
});

Add1.setLabel(“Add Student”);
Add1.addActionListener(new java.awt.event.ActionListener() {
public void actionPerformed(java.awt.event.ActionEvent evt) {
Add1ActionPerformed(evt);
}
});

View.setText(“View Student”);
View.addActionListener(new java.awt.event.ActionListener() {
public void actionPerformed(java.awt.event.ActionEvent evt) {
ViewActionPerformed(evt);
}
});

Search.setText(“Search Student”);
Search.addActionListener(new java.awt.event.ActionListener() {
public void actionPerformed(java.awt.event.ActionEvent evt) {
SearchActionPerformed(evt);
}
});

jLabel1.setFont(new java.awt.Font(“Tahoma”, 0, 24)); // NOI18N
jLabel1.setText(“Welcome to Student Management System”);

jButton1.setBackground(new java.awt.Color(204, 255, 0));
jButton1.setText(“X”);
jButton1.addActionListener(new java.awt.event.ActionListener() {
public void actionPerformed(java.awt.event.ActionEvent evt) {
jButton1ActionPerformed(evt);
}
});

javax.swing.GroupLayout layout = new javax.swing.GroupLayout(getContentPane());
getContentPane().setLayout(layout);
layout.setHorizontalGroup(
layout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING)
.addGroup(layout.createSequentialGroup()
.addContainerGap()
.addComponent(jLabel1, javax.swing.GroupLayout.DEFAULT_SIZE, 533, Short.MAX_VALUE)
.addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.RELATED)
.addComponent(jButton1, javax.swing.GroupLayout.PREFERRED_SIZE, 39, javax.swing.GroupLayout.PREFERRED_SIZE)
.addGap(30, 30, 30))
.addGroup(layout.createSequentialGroup()
.addGroup(layout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING)
.addGroup(layout.createSequentialGroup()
.addGap(99, 99, 99)
.addComponent(Search, javax.swing.GroupLayout.PREFERRED_SIZE, 118, javax.swing.GroupLayout.PREFERRED_SIZE))
.addGroup(layout.createSequentialGroup()
.addGap(163, 163, 163)
.addComponent(Delete, javax.swing.GroupLayout.PREFERRED_SIZE, 121, javax.swing.GroupLayout.PREFERRED_SIZE))
.addGroup(layout.createSequentialGroup()
.addGap(56, 56, 56)
.addComponent(View, javax.swing.GroupLayout.PREFERRED_SIZE, 100, javax.swing.GroupLayout.PREFERRED_SIZE))
.addGroup(layout.createSequentialGroup()
.addGap(21, 21, 21)
.addComponent(Add1, javax.swing.GroupLayout.PREFERRED_SIZE, 100, javax.swing.GroupLayout.PREFERRED_SIZE)))
.addContainerGap(javax.swing.GroupLayout.DEFAULT_SIZE, Short.MAX_VALUE))
);
layout.setVerticalGroup(
layout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING)
.addGroup(layout.createSequentialGroup()
.addContainerGap()
.addGroup(layout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING)
.addComponent(jLabel1)
.addComponent(jButton1))
.addGap(32, 32, 32)
.addComponent(Add1, javax.swing.GroupLayout.PREFERRED_SIZE, 39, javax.swing.GroupLayout.PREFERRED_SIZE)
.addGap(35, 35, 35)
.addComponent(View, javax.swing.GroupLayout.PREFERRED_SIZE, 39, javax.swing.GroupLayout.PREFERRED_SIZE)
.addGap(32, 32, 32)
.addComponent(Search, javax.swing.GroupLayout.PREFERRED_SIZE, 39, javax.swing.GroupLayout.PREFERRED_SIZE)
.addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.RELATED, 30, Short.MAX_VALUE)
.addComponent(Delete, javax.swing.GroupLayout.PREFERRED_SIZE, 39, javax.swing.GroupLayout.PREFERRED_SIZE)
.addGap(27, 27, 27))
);

pack();
}// </editor-fold>

private void jButton1ActionPerformed(java.awt.event.ActionEvent evt) {
// TODO add your handling code here:
dispose();
}

private void Add1ActionPerformed(java.awt.event.ActionEvent evt) {
// TODO add your handling code here:
dispose();
AddStudent add=new AddStudent();
add.setVisible(true);
}

private void ViewActionPerformed(java.awt.event.ActionEvent evt) {
// TODO add your handling code here:
dispose();
ViewStudent add=new ViewStudent();
add.setVisible(true);
}

private void SearchActionPerformed(java.awt.event.ActionEvent evt) {
// TODO add your handling code here:
dispose();
SearchStudent add=new SearchStudent();
add.setVisible(true);

}

private void DeleteActionPerformed(java.awt.event.ActionEvent evt) {
// TODO add your handling code here:
dispose();
DeleteStudent delete=new DeleteStudent();
delete.setVisible(true);
}

/**
* @param args the command line arguments
*/
public static void main(String args[]) {
/* Set the Nimbus look and feel */
//<editor-fold defaultstate=”collapsed” desc=” Look and feel setting code (optional) “>
/* If Nimbus (introduced in Java SE 6) is not available, stay with the default look and feel.
* For details see http://download.oracle.com/javase/tutorial/uiswing/lookandfeel/plaf.html
*/
try {
for (javax.swing.UIManager.LookAndFeelInfo info : javax.swing.UIManager.getInstalledLookAndFeels()) {
if (“Nimbus”.equals(info.getName())) {
javax.swing.UIManager.setLookAndFeel(info.getClassName());
break;
}
}
} catch (ClassNotFoundException ex) {
java.util.logging.Logger.getLogger(EntryPage.class.getName()).log(java.util.logging.Level.SEVERE, null, ex);
} catch (InstantiationException ex) {
java.util.logging.Logger.getLogger(EntryPage.class.getName()).log(java.util.logging.Level.SEVERE, null, ex);
} catch (IllegalAccessException ex) {
java.util.logging.Logger.getLogger(EntryPage.class.getName()).log(java.util.logging.Level.SEVERE, null, ex);
} catch (javax.swing.UnsupportedLookAndFeelException ex) {
java.util.logging.Logger.getLogger(EntryPage.class.getName()).log(java.util.logging.Level.SEVERE, null, ex);
}
//</editor-fold>

/* Create and display the form */
java.awt.EventQueue.invokeLater(new Runnable() {
public void run() {
new EntryPage().setVisible(true);
}
});
}

// Variables declaration – do not modify
private javax.swing.JButton Add1;
private javax.swing.JButton Delete;
private javax.swing.JButton Search;
private javax.swing.JButton View;
private javax.swing.JButton jButton1;
private javax.swing.JLabel jLabel1;
// End of variables declaration
}

 


LoginPage.java


package studentmgntsystem;

import studentmgntsystem.AddStudent;
import javax.swing.JOptionPane;

/*
* To change this license header, choose License Headers in Project Properties.
* To change this template file, choose Tools | Templates
* and open the template in the editor.
*/

/**
*
* @author This pc
*/
public class LoginPage extends javax.swing.JFrame {

/**
* Creates new form LoginPage
*/
public LoginPage() {
initComponents();
}

/**
* This method is called from within the constructor to initialize the form.
* WARNING: Do NOT modify this code. The content of this method is always
* regenerated by the Form Editor.
*/
@SuppressWarnings(“unchecked”)
// <editor-fold defaultstate=”collapsed” desc=”Generated Code”>
private void initComponents() {

jPanel1 = new javax.swing.JPanel();
jLabel1 = new javax.swing.JLabel();
jLabel2 = new javax.swing.JLabel();
jLabel3 = new javax.swing.JLabel();
txtUserName = new javax.swing.JTextField();
txtPassword = new javax.swing.JTextField();
Submit = new javax.swing.JButton();
Cancel = new javax.swing.JButton();
jButton1 = new javax.swing.JButton();

setDefaultCloseOperation(javax.swing.WindowConstants.EXIT_ON_CLOSE);

jPanel1.setBackground(new java.awt.Color(204, 204, 255));

jLabel1.setFont(new java.awt.Font(“Tahoma”, 0, 24)); // NOI18N
jLabel1.setText(“Login Page”);

jLabel2.setText(“User Name”);

jLabel3.setText(“Password”);

txtUserName.addActionListener(new java.awt.event.ActionListener() {
public void actionPerformed(java.awt.event.ActionEvent evt) {
txtUserNameActionPerformed(evt);
}
});

Submit.setText(“Submit”);
Submit.addActionListener(new java.awt.event.ActionListener() {
public void actionPerformed(java.awt.event.ActionEvent evt) {
SubmitActionPerformed(evt);
}
});

Cancel.setText(“Cancel”);
Cancel.addActionListener(new java.awt.event.ActionListener() {
public void actionPerformed(java.awt.event.ActionEvent evt) {
CancelActionPerformed(evt);
}
});

jButton1.setBackground(new java.awt.Color(204, 255, 0));
jButton1.setText(“X”);
jButton1.addActionListener(new java.awt.event.ActionListener() {
public void actionPerformed(java.awt.event.ActionEvent evt) {
jButton1ActionPerformed(evt);
}
});

javax.swing.GroupLayout jPanel1Layout = new javax.swing.GroupLayout(jPanel1);
jPanel1.setLayout(jPanel1Layout);
jPanel1Layout.setHorizontalGroup(
jPanel1Layout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING)
.addGroup(jPanel1Layout.createSequentialGroup()
.addGroup(jPanel1Layout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING)
.addGroup(jPanel1Layout.createSequentialGroup()
.addGroup(jPanel1Layout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING)
.addGroup(jPanel1Layout.createSequentialGroup()
.addGap(127, 127, 127)
.addComponent(jLabel1, javax.swing.GroupLayout.PREFERRED_SIZE, 202, javax.swing.GroupLayout.PREFERRED_SIZE))
.addGroup(jPanel1Layout.createParallelGroup(javax.swing.GroupLayout.Alignment.TRAILING)
.addGroup(jPanel1Layout.createSequentialGroup()
.addContainerGap()
.addComponent(Submit, javax.swing.GroupLayout.PREFERRED_SIZE, 73, javax.swing.GroupLayout.PREFERRED_SIZE)
.addGap(18, 18, 18)
.addComponent(Cancel, javax.swing.GroupLayout.PREFERRED_SIZE, 73, javax.swing.GroupLayout.PREFERRED_SIZE))
.addGroup(javax.swing.GroupLayout.Alignment.LEADING, jPanel1Layout.createSequentialGroup()
.addGap(82, 82, 82)
.addGroup(jPanel1Layout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING)
.addComponent(jLabel2)
.addComponent(jLabel3, javax.swing.GroupLayout.PREFERRED_SIZE, 55, javax.swing.GroupLayout.PREFERRED_SIZE))
.addGap(31, 31, 31)
.addGroup(jPanel1Layout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING, false)
.addComponent(txtUserName)
.addComponent(txtPassword, javax.swing.GroupLayout.DEFAULT_SIZE, 130, Short.MAX_VALUE)))))
.addGap(0, 62, Short.MAX_VALUE))
.addGroup(javax.swing.GroupLayout.Alignment.TRAILING, jPanel1Layout.createSequentialGroup()
.addGap(0, 0, Short.MAX_VALUE)
.addComponent(jButton1, javax.swing.GroupLayout.PREFERRED_SIZE, 39, javax.swing.GroupLayout.PREFERRED_SIZE)))
.addContainerGap())
);
jPanel1Layout.setVerticalGroup(
jPanel1Layout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING)
.addGroup(jPanel1Layout.createSequentialGroup()
.addContainerGap()
.addComponent(jButton1)
.addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.RELATED)
.addComponent(jLabel1)
.addGap(47, 47, 47)
.addGroup(jPanel1Layout.createParallelGroup(javax.swing.GroupLayout.Alignment.BASELINE)
.addComponent(jLabel2)
.addComponent(txtUserName, javax.swing.GroupLayout.PREFERRED_SIZE, javax.swing.GroupLayout.DEFAULT_SIZE, javax.swing.GroupLayout.PREFERRED_SIZE))
.addGap(25, 25, 25)
.addGroup(jPanel1Layout.createParallelGroup(javax.swing.GroupLayout.Alignment.BASELINE)
.addComponent(jLabel3)
.addComponent(txtPassword, javax.swing.GroupLayout.PREFERRED_SIZE, javax.swing.GroupLayout.DEFAULT_SIZE, javax.swing.GroupLayout.PREFERRED_SIZE))
.addGap(31, 31, 31)
.addGroup(jPanel1Layout.createParallelGroup(javax.swing.GroupLayout.Alignment.BASELINE)
.addComponent(Submit)
.addComponent(Cancel))
.addContainerGap(66, Short.MAX_VALUE))
);

javax.swing.GroupLayout layout = new javax.swing.GroupLayout(getContentPane());
getContentPane().setLayout(layout);
layout.setHorizontalGroup(
layout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING)
.addGroup(javax.swing.GroupLayout.Alignment.TRAILING, layout.createSequentialGroup()
.addContainerGap(32, Short.MAX_VALUE)
.addComponent(jPanel1, javax.swing.GroupLayout.PREFERRED_SIZE, javax.swing.GroupLayout.DEFAULT_SIZE, javax.swing.GroupLayout.PREFERRED_SIZE)
.addGap(18, 18, 18))
);
layout.setVerticalGroup(
layout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING)
.addGroup(layout.createSequentialGroup()
.addContainerGap()
.addComponent(jPanel1, javax.swing.GroupLayout.PREFERRED_SIZE, javax.swing.GroupLayout.DEFAULT_SIZE, javax.swing.GroupLayout.PREFERRED_SIZE)
.addContainerGap(24, Short.MAX_VALUE))
);

pack();
}// </editor-fold>

private void txtUserNameActionPerformed(java.awt.event.ActionEvent evt) {
// TODO add your handling code here:
}

private void jButton1ActionPerformed(java.awt.event.ActionEvent evt) {
// TODO add your handling code here:
dispose();
}

private void SubmitActionPerformed(java.awt.event.ActionEvent evt) {
// TODO add your handling code here:
String UserName = txtUserName.getText();
String Password = txtPassword.getText();

if(UserName.equals(“Admin”) && Password.equals(“Pwd”) )
{
JOptionPane.showMessageDialog(null, “Welcome Admin”, “Confirmation”,JOptionPane.INFORMATION_MESSAGE );
dispose();

EntryPage Entry = new EntryPage();
//AddStudent add=new AddStudent();
Entry.setVisible(true);

}

}

private void CancelActionPerformed(java.awt.event.ActionEvent evt) {
// TODO add your handling code here:
dispose();
}

/**
* @param args the command line arguments
*/
public static void main(String args[]) {
/* Set the Nimbus look and feel */
//<editor-fold defaultstate=”collapsed” desc=” Look and feel setting code (optional) “>
/* If Nimbus (introduced in Java SE 6) is not available, stay with the default look and feel.
* For details see http://download.oracle.com/javase/tutorial/uiswing/lookandfeel/plaf.html
*/
try {
for (javax.swing.UIManager.LookAndFeelInfo info : javax.swing.UIManager.getInstalledLookAndFeels()) {
if (“Nimbus”.equals(info.getName())) {
javax.swing.UIManager.setLookAndFeel(info.getClassName());
break;
}
}
} catch (ClassNotFoundException ex) {
java.util.logging.Logger.getLogger(LoginPage.class.getName()).log(java.util.logging.Level.SEVERE, null, ex);
} catch (InstantiationException ex) {
java.util.logging.Logger.getLogger(LoginPage.class.getName()).log(java.util.logging.Level.SEVERE, null, ex);
} catch (IllegalAccessException ex) {
java.util.logging.Logger.getLogger(LoginPage.class.getName()).log(java.util.logging.Level.SEVERE, null, ex);
} catch (javax.swing.UnsupportedLookAndFeelException ex) {
java.util.logging.Logger.getLogger(LoginPage.class.getName()).log(java.util.logging.Level.SEVERE, null, ex);
}
//</editor-fold>

/* Create and display the form */
java.awt.EventQueue.invokeLater(new Runnable() {
public void run() {
new LoginPage().setVisible(true);
}
});
}

// Variables declaration – do not modify
private javax.swing.JButton Cancel;
private javax.swing.JButton Submit;
private javax.swing.JButton jButton1;
private javax.swing.JLabel jLabel1;
private javax.swing.JLabel jLabel2;
private javax.swing.JLabel jLabel3;
private javax.swing.JPanel jPanel1;
private javax.swing.JTextField txtPassword;
private javax.swing.JTextField txtUserName;
// End of variables declaration
}


SearchStudent.java


/*
* To change this license header, choose License Headers in Project Properties.
* To change this template file, choose Tools | Templates
* and open the template in the editor.
*/
package studentmgntsystem;

import java.sql.Connection;
import java.sql.DriverManager;
import java.sql.SQLException;
import java.sql.ResultSet;
import java.sql.PreparedStatement;
import javax.swing.ImageIcon;
import javax.swing.JLabel;
import net.proteanit.sql.DbUtils;

/**
*
* @author This pc
*/
public class SearchStudent extends javax.swing.JFrame {

/**
* Creates new form SearchStudent
*/
JLabel BackGround;
ImageIcon img;
public SearchStudent() {
initComponents();
img = new ImageIcon(“D:\\JavaProject\\StudentMgntSystem\\src\\studentmgntsystem\\searchstudent.jpg”);
BackGround = new JLabel(img);
BackGround.setBounds(0,0,800,800);
add(BackGround);
}

/**
* This method is called from within the constructor to initialize the form.
* WARNING: Do NOT modify this code. The content of this method is always
* regenerated by the Form Editor.
*/
@SuppressWarnings(“unchecked”)
// <editor-fold defaultstate=”collapsed” desc=”Generated Code”>
private void initComponents() {

jLabel1 = new javax.swing.JLabel();
Add1 = new javax.swing.JButton();
jScrollPane1 = new javax.swing.JScrollPane();
jTable1 = new javax.swing.JTable();
jButton1 = new javax.swing.JButton();
StuName = new javax.swing.JTextField();
jLabel2 = new javax.swing.JLabel();

setDefaultCloseOperation(javax.swing.WindowConstants.EXIT_ON_CLOSE);

jLabel1.setFont(new java.awt.Font(“Tahoma”, 0, 24)); // NOI18N
jLabel1.setText(“Search Student Details”);

Add1.setText(“Search Student”);
Add1.addActionListener(new java.awt.event.ActionListener() {
public void actionPerformed(java.awt.event.ActionEvent evt) {
Add1ActionPerformed(evt);
}
});

jTable1.setModel(new javax.swing.table.DefaultTableModel(
new Object [][] {
{null, null, null, null},
{null, null, null, null},
{null, null, null, null},
{null, null, null, null}
},
new String [] {
“Title 1”, “Title 2”, “Title 3”, “Title 4”
}
));
jScrollPane1.setViewportView(jTable1);

jButton1.setBackground(new java.awt.Color(204, 255, 0));
jButton1.setText(“X”);
jButton1.addActionListener(new java.awt.event.ActionListener() {
public void actionPerformed(java.awt.event.ActionEvent evt) {
jButton1ActionPerformed(evt);
}
});

jLabel2.setText(“Enter the Student Name”);

javax.swing.GroupLayout layout = new javax.swing.GroupLayout(getContentPane());
getContentPane().setLayout(layout);
layout.setHorizontalGroup(
layout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING)
.addGroup(layout.createSequentialGroup()
.addGroup(layout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING)
.addGroup(javax.swing.GroupLayout.Alignment.TRAILING, layout.createSequentialGroup()
.addContainerGap(34, Short.MAX_VALUE)
.addComponent(jScrollPane1, javax.swing.GroupLayout.PREFERRED_SIZE, 880, javax.swing.GroupLayout.PREFERRED_SIZE))
.addGroup(layout.createSequentialGroup()
.addGap(34, 34, 34)
.addGroup(layout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING)
.addGroup(layout.createSequentialGroup()
.addComponent(jLabel2)
.addGap(18, 18, 18)
.addComponent(StuName, javax.swing.GroupLayout.PREFERRED_SIZE, 165, javax.swing.GroupLayout.PREFERRED_SIZE)
.addGap(18, 18, 18)
.addComponent(Add1, javax.swing.GroupLayout.PREFERRED_SIZE, 134, javax.swing.GroupLayout.PREFERRED_SIZE)
.addGap(0, 0, Short.MAX_VALUE))
.addGroup(layout.createSequentialGroup()
.addComponent(jLabel1, javax.swing.GroupLayout.DEFAULT_SIZE, javax.swing.GroupLayout.DEFAULT_SIZE, Short.MAX_VALUE)
.addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.RELATED)
.addComponent(jButton1, javax.swing.GroupLayout.PREFERRED_SIZE, 39, javax.swing.GroupLayout.PREFERRED_SIZE)))))
.addContainerGap())
);
layout.setVerticalGroup(
layout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING)
.addGroup(layout.createSequentialGroup()
.addContainerGap()
.addGroup(layout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING)
.addComponent(jLabel1)
.addComponent(jButton1))
.addGap(32, 32, 32)
.addGroup(layout.createParallelGroup(javax.swing.GroupLayout.Alignment.BASELINE)
.addComponent(Add1)
.addComponent(StuName, javax.swing.GroupLayout.PREFERRED_SIZE, javax.swing.GroupLayout.DEFAULT_SIZE, javax.swing.GroupLayout.PREFERRED_SIZE)
.addComponent(jLabel2))
.addGap(58, 58, 58)
.addComponent(jScrollPane1, javax.swing.GroupLayout.PREFERRED_SIZE, 178, javax.swing.GroupLayout.PREFERRED_SIZE)
.addContainerGap(139, Short.MAX_VALUE))
);

pack();
}// </editor-fold>
PreparedStatement pst=null;
private void Add1ActionPerformed(java.awt.event.ActionEvent evt) {
// TODO add your handling code here:
try
{
Connection conn=DriverManager.getConnection(“jdbc:mysql://localhost:3306/studentdb”,”root”,””);
String sql = “select * from student_tbl where StudentName ='” +StuName.getText() +”‘” ;

pst = conn.prepareStatement(sql);
ResultSet rs= pst.executeQuery();
jTable1.setModel(DbUtils.resultSetToTableModel(rs));

}
catch(SQLException ex)
{
System.out.println(ex.toString());
}

}

private void jButton1ActionPerformed(java.awt.event.ActionEvent evt) {
// TODO add your handling code here:
dispose();
EntryPage Entry = new EntryPage();
//AddStudent add=new AddStudent();
Entry.setVisible(true);
}

/**
* @param args the command line arguments
*/
public static void main(String args[]) {
/* Set the Nimbus look and feel */
//<editor-fold defaultstate=”collapsed” desc=” Look and feel setting code (optional) “>
/* If Nimbus (introduced in Java SE 6) is not available, stay with the default look and feel.
* For details see http://download.oracle.com/javase/tutorial/uiswing/lookandfeel/plaf.html
*/
try {
for (javax.swing.UIManager.LookAndFeelInfo info : javax.swing.UIManager.getInstalledLookAndFeels()) {
if (“Nimbus”.equals(info.getName())) {
javax.swing.UIManager.setLookAndFeel(info.getClassName());
break;
}
}
} catch (ClassNotFoundException ex) {
java.util.logging.Logger.getLogger(SearchStudent.class.getName()).log(java.util.logging.Level.SEVERE, null, ex);
} catch (InstantiationException ex) {
java.util.logging.Logger.getLogger(SearchStudent.class.getName()).log(java.util.logging.Level.SEVERE, null, ex);
} catch (IllegalAccessException ex) {
java.util.logging.Logger.getLogger(SearchStudent.class.getName()).log(java.util.logging.Level.SEVERE, null, ex);
} catch (javax.swing.UnsupportedLookAndFeelException ex) {
java.util.logging.Logger.getLogger(SearchStudent.class.getName()).log(java.util.logging.Level.SEVERE, null, ex);
}
//</editor-fold>

/* Create and display the form */
java.awt.EventQueue.invokeLater(new Runnable() {
public void run() {
new SearchStudent().setVisible(true);
}
});
}

// Variables declaration – do not modify
private javax.swing.JButton Add1;
private javax.swing.JTextField StuName;
private javax.swing.JButton jButton1;
private javax.swing.JLabel jLabel1;
private javax.swing.JLabel jLabel2;
private javax.swing.JScrollPane jScrollPane1;
private javax.swing.JTable jTable1;
// End of variables declaration
}


ViewStudent.java


/*
* To change this license header, choose License Headers in Project Properties.
* To change this template file, choose Tools | Templates
* and open the template in the editor.
*/
package studentmgntsystem;

import java.sql.Connection;
import java.sql.DriverManager;
import java.sql.SQLException;
import java.sql.ResultSet;
import java.sql.PreparedStatement;
import javax.swing.ImageIcon;
import javax.swing.JLabel;
import net.proteanit.sql.DbUtils;

/**
*
* @author This pc
*/
public class ViewStudent extends javax.swing.JFrame {

/**
* Creates new form ViewStudent
*/
JLabel BackGround;
ImageIcon img;
public ViewStudent() {
initComponents();
img = new ImageIcon(“D:\\JavaProject\\StudentMgntSystem\\src\\studentmgntsystem\\viewstudent.jpg”);
BackGround = new JLabel(“”,img,JLabel.CENTER);
BackGround.setBounds(0,0,800,800);
add(BackGround);
}

/**
* This method is called from within the constructor to initialize the form.
* WARNING: Do NOT modify this code. The content of this method is always
* regenerated by the Form Editor.
*/
@SuppressWarnings(“unchecked”)
// <editor-fold defaultstate=”collapsed” desc=”Generated Code”>
private void initComponents() {

jScrollPane1 = new javax.swing.JScrollPane();
jTable1 = new javax.swing.JTable();
jLabel1 = new javax.swing.JLabel();
jButton1 = new javax.swing.JButton();
Add1 = new javax.swing.JButton();

setDefaultCloseOperation(javax.swing.WindowConstants.EXIT_ON_CLOSE);

jTable1.setModel(new javax.swing.table.DefaultTableModel(
new Object [][] {
{null, null, null, null},
{null, null, null, null},
{null, null, null, null},
{null, null, null, null}
},
new String [] {
“Title 1”, “Title 2”, “Title 3”, “Title 4”
}
));
jScrollPane1.setViewportView(jTable1);

jLabel1.setFont(new java.awt.Font(“Tahoma”, 0, 24)); // NOI18N
jLabel1.setText(“View Student Details”);

jButton1.setBackground(new java.awt.Color(204, 255, 0));
jButton1.setText(“X”);
jButton1.addActionListener(new java.awt.event.ActionListener() {
public void actionPerformed(java.awt.event.ActionEvent evt) {
jButton1ActionPerformed(evt);
}
});

Add1.setText(“View Student”);
Add1.addActionListener(new java.awt.event.ActionListener() {
public void actionPerformed(java.awt.event.ActionEvent evt) {
Add1ActionPerformed(evt);
}
});

javax.swing.GroupLayout layout = new javax.swing.GroupLayout(getContentPane());
getContentPane().setLayout(layout);
layout.setHorizontalGroup(
layout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING)
.addGroup(layout.createSequentialGroup()
.addGap(34, 34, 34)
.addGroup(layout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING)
.addGroup(layout.createSequentialGroup()
.addComponent(jLabel1, javax.swing.GroupLayout.DEFAULT_SIZE, javax.swing.GroupLayout.DEFAULT_SIZE, Short.MAX_VALUE)
.addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.RELATED)
.addComponent(jButton1, javax.swing.GroupLayout.PREFERRED_SIZE, 39, javax.swing.GroupLayout.PREFERRED_SIZE))
.addGroup(layout.createSequentialGroup()
.addGroup(layout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING)
.addComponent(Add1, javax.swing.GroupLayout.PREFERRED_SIZE, 100, javax.swing.GroupLayout.PREFERRED_SIZE)
.addComponent(jScrollPane1, javax.swing.GroupLayout.PREFERRED_SIZE, 880, javax.swing.GroupLayout.PREFERRED_SIZE))
.addGap(0, 0, Short.MAX_VALUE)))
.addContainerGap())
);
layout.setVerticalGroup(
layout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING)
.addGroup(layout.createSequentialGroup()
.addContainerGap()
.addGroup(layout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING)
.addComponent(jLabel1)
.addComponent(jButton1))
.addGap(32, 32, 32)
.addComponent(Add1, javax.swing.GroupLayout.PREFERRED_SIZE, 39, javax.swing.GroupLayout.PREFERRED_SIZE)
.addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.RELATED)
.addComponent(jScrollPane1, javax.swing.GroupLayout.PREFERRED_SIZE, 178, javax.swing.GroupLayout.PREFERRED_SIZE)
.addContainerGap(208, Short.MAX_VALUE))
);

pack();
}// </editor-fold>

private void jButton1ActionPerformed(java.awt.event.ActionEvent evt) {
// TODO add your handling code here:
dispose();
EntryPage Entry = new EntryPage();
//AddStudent add=new AddStudent();
Entry.setVisible(true);
}
PreparedStatement pst;
private void Add1ActionPerformed(java.awt.event.ActionEvent evt) {
// TODO add your handling code here:
try
{
Connection conn=DriverManager.getConnection(“jdbc:mysql://localhost:3306/studentdb”,”root”,””);
String sql = “select * from student_tbl” ;
pst = conn.prepareStatement(sql);
ResultSet rs= pst.executeQuery();
jTable1.setModel(DbUtils.resultSetToTableModel(rs));

}
catch(SQLException ex)
{
System.out.println(ex.toString());
}

}

/**
* @param args the command line arguments
*/
public static void main(String args[]) {
/* Set the Nimbus look and feel */
//<editor-fold defaultstate=”collapsed” desc=” Look and feel setting code (optional) “>
/* If Nimbus (introduced in Java SE 6) is not available, stay with the default look and feel.
* For details see http://download.oracle.com/javase/tutorial/uiswing/lookandfeel/plaf.html
*/
try {
for (javax.swing.UIManager.LookAndFeelInfo info : javax.swing.UIManager.getInstalledLookAndFeels()) {
if (“Nimbus”.equals(info.getName())) {
javax.swing.UIManager.setLookAndFeel(info.getClassName());
break;
}
}
} catch (ClassNotFoundException ex) {
java.util.logging.Logger.getLogger(ViewStudent.class.getName()).log(java.util.logging.Level.SEVERE, null, ex);
} catch (InstantiationException ex) {
java.util.logging.Logger.getLogger(ViewStudent.class.getName()).log(java.util.logging.Level.SEVERE, null, ex);
} catch (IllegalAccessException ex) {
java.util.logging.Logger.getLogger(ViewStudent.class.getName()).log(java.util.logging.Level.SEVERE, null, ex);
} catch (javax.swing.UnsupportedLookAndFeelException ex) {
java.util.logging.Logger.getLogger(ViewStudent.class.getName()).log(java.util.logging.Level.SEVERE, null, ex);
}
//</editor-fold>

/* Create and display the form */
java.awt.EventQueue.invokeLater(new Runnable() {
public void run() {
new ViewStudent().setVisible(true);
}
});
}

// Variables declaration – do not modify
private javax.swing.JButton Add1;
private javax.swing.JButton jButton1;
private javax.swing.JLabel jLabel1;
private javax.swing.JScrollPane jScrollPane1;
private javax.swing.JTable jTable1;
// End of variables declaration
}



KaaShiv InfoTech Internship in Chennai Average rating: 5, based on 99991 reviews
interning meaning in tamil | internship meaning tamil | internship meaning in tamil | internship for be ece students | internship feedback | internship for cse 3rd year students | internship for 3rd year cse students | internship completion letter word format | intern experience letter | experience letter for internship | internship experience letter | feedback for internship | inplant training certificate | ethical hacking internship | internship for 1st year engineering students | online internships for bba students | project topics for m.sc computer science | online internship for bca students | internship for ece students in core companies | robotics courses chennai | robotic classes in chennai | msc cs project topics | implantation training | company internship letter format | internship experience letter template | information technology final year projects | internship letter format from company to students | inplant training in chennai for mechanical | inplant training in chennai for mechanical students | intern meaning in tamil | internship tamil meaning | interns meaning in tamil | characteristics software | python programming internship | internship letter of completion | ece student internship | characteristics of artificial intelligence systems | internship for ece students | online internship for engineering students | web designing course in chennai | aeronautics internship | cse domains | online internships for btech students | internship in aeronautical engineering | online internship for bba students | internship for bcom students in chennai | internship for b.com students in chennai | internship for aeronautical engineering | domains for cse | robotics courses in chennai | cse project domains | online internship for b.com students | project domain for computer science | robotics classes chennai | domains for cse projects | internship for first year engineering students | inplant training meaning in tamil | internships for aeronautical engineering students | internship for b com students in chennai | online internship for engineering students with certificate | robotics classes in chennai | inplant training means | inplant training meaning | online internship for btech students | web designing course in chennai fees | software characteristics in software engineering | online internship with certificates | characteristics of artificial intelligence | characteristics of ai | internship ece students | internship ece | internship for electronics and communication engineering students | ece internship | aircraft engineering internship | web design courses in chennai | internship for eee engineering students | internship completion letter sample | online internship for computer science students | web designing course chennai tamil nadu | online internships for cs students | web design course in chennai | stipend internship for cse students | msc project topics in computer science | networking course in chennai | web designing course chennai | web design course chennai | online internships for engineering students | network courses in chennai | engineering internships for first year students | online internship for mba students | php training institute in chennai | internship letter format from company | characteristics of software in software engineering | ai characteristics | internships on python | artificial intelligence characteristics | internship in cloud computing | letter of completion internship | bca internship | internships ece | internship for bca students | company internship letter | internships for bca students | domains for projects | mini project titles for mca | mini project for mca | internship for computer science students in bangalore | internship in bangalore for computer science students | mca mini project titles | internship for eee students | project ideas for msc computer science | networking courses chennai | mba final year project | mca mini project | internship for electrical and electronics engineering students | internship letter sample from company | networking course chennai | python internship for freshers | bba interview questions | internships for cse students in bangalore | hacking classes in chennai | internship completion letter template | main features of oops | internship for cs students in bangalore | internship for 2nd year cse students | application of oops in java | inplant training | oop application | mini computer science projects | online internship for it students | internship on python | python programming internships | letter of completion of internship | artificial intelligence internship | python internship work from home | web development internship certificate | mini project mca | geoinformatics internship | mini project topics in mca | domain for project | internship for ece students in government sector | applications of oops in java | mini project for mca topics | iot internship | internships for biomedical engineering | iot intern | mca mini project ideas | mini project ideas for mca | data science internship in chennai | abstract for mini projects | internship completion letter format | biotech internships for undergraduates | internship for bsc biotechnology students | web development courses in chennai | mini project topics for cse 2nd year | full stack developer course fees in chennai | web development courses chennai | python full stack developer course in chennai | mini project topics for cse 3rd year | what are characteristics of software | mini project for computer engineering | government internship for civil engineering students | hacking course chennai | top service based company in india | certification internship | software characteristics | oop features | oops applications | internship bsnl | features of oop | characteristic of software | characteristics of software | internship for python | cse mini project ideas | characteristics of software engineering | software engineering characteristics | internship completion letter | mini projects ideas for cse students | application of oops | ethical hacking course in chennai | internship in sql | civil engineer internship certificate | civil engineering internship certificate | internship for aerospace engineering | ccna networking course in chennai | internship for bca student | internship for civil engineering student | mba internship chennai | characteristics of software process | mini project topics for mca | mini projects for mca | projects domain | unix architecture explanation | biomedical engineer intern | what are the features of oops | full stack developer internship in chennai | internship in php | biomedical engineering internships | applications of oop in java | internship for aerospace engineering students | internships for mca students | what are the features of oop | biomedical engineer internship | aws cloud virtual internship | bba hr project topics | bba project topics in hr | architecture of unix with diagram | what is software characteristics | internship letter from company | inplant training for it | examples of service based companies | inplant training in chennai for cse students | python internships | python internship | mechanical internships | cloud internship | electrical internships | mini project computer science | features of oops | mini projects for cse | mini project cse | mini projects topics for cse | cse mini projects ideas | online internship with certificate | characteristic of software engineering | mini project for cse topics | mini projects cse | characteristics of software engineer | internship in python | internship of mechanical engineering | internship certificate format in word | mini projects for cse students topics | application of object oriented programming | applications of object oriented programming | project for mba | oracle training in chennai chennai tamil nadu | internship certificate word format | mechanical engineering students internship | sql internship | b ed internship certificate | training internship certificate | intern feedback | aero internships | chennai internship companies | features of software | mini projects for computer science students | bca interview questions | online internship for computer engineering students | domains in cse | government internship for electrical engineering students | net framework architecture with diagram | service based it companies | internship acceptance letter by company | internship for 1st year students | internship first year | sql courses in chennai | internship on networking | internship in computer networking | hr project topics for bba | best internships for cse students | explain net framework architecture with diagram | cloud computing in chennai | explain the architecture of unix operating system | explain architecture of unix operating system | cloud computing course in chennai | ethical hacking course chennai | web developer course in chennai | cloud courses in chennai | internship python | mechanical internship | bhel internship | oops application | mini project in computer science | mini project for cse | cse student internship | cse students internship | architecture of unix operating system | mini projects in computer science | cse mini project | unix operating system architecture | mini project topics in cse | mini project topics for cse | topics for mini project for cse | full stack developer course in chennai | internship for b.com students | characteristics of artificial intelligence problems | internship for bba students | mini project ideas for cse students | ccna certification in chennai | internship for mechanical engineering student | internship for mechanical engineering students | ccna certification chennai | mini project for computer science students | object oriented applications | internship in chennai with stipend | internship html css | internship certificate civil engineering | ideas for cse mini projects | full stack developer course fee in chennai | python developer internship | paid internships for cse students | paid internship for btech students | internships for bsc students | acceptance letter internship | major project for mca final year | service based company examples | electrical engineering student internships | unix kernel architecture diagram | cloud computing courses chennai | example of service based company | computer engineering mini projects | cloud computing certification in chennai | computer engineering mini project | service based companies examples | applications of oops | project for information technology | internship in cybersecurity | minor project topics for cse | internship permission letter | data science internship work from home | explain.net framework architecture | interview question for bca | internship online for students | cloud computing chennai | project for mca final year | b sc computer science project topics | mini project for cse students | mini projects for cse students | sql course in chennai | top service based companies in india | explain net framework architecture | architecture unix | aws internships | mba projects | aws internship | bba internship | internships for computer science undergraduates | mini projects ideas for cse | mini project ideas for computer science | mini cse projects | cse mini projects | cse mini project titles | mini project ideas for cse | internship for java | ccna classes in chennai | acceptance letter of internship | hacking course near me | internship for civil engineering students | internship on java | internship artificial intelligence | internship in embedded systems | internship bba students | internship in bhel | aws cloud internships | matlab internship | characteristics of good software design | unix os architecture diagram | certified ethical hacking course in chennai | oracle internship in india | domains in computer science engineering | project domain | placement meaning in tamil | electronics internship | ccna course chennai | request letter for internship training | oracle training in chennai | full stack course in chennai | major projects for mca final year | student request letter for internship training | sql classes in chennai | networking internships | object oriented programming application | oracle training chennai | php internships | aws cloud internship | service industry companies in india | bba final year project topics list | best internship for computer science students | full stack development course in chennai | characteristics of ai problem | in plant training | human resource project topics for bba | characteristics of artificial intelligence problem | project mca topics | internship for networking | data scientist internship in chennai | domain in project | minor project ideas for cse | java full stack developer course in chennai | java courses chennai | intern acceptance letter | java class in chennai | internship cybersecurity | intern chennai | internships chennai | internship pay | internship for cse students | mini project of cse | cybersecurity course in chennai | mini project topics for computer science students | internship certificate in word format | internships for it engineering students | internship mca | internship certificate online | online internship certificate | ccna course in chennai | computer science project with source code | software testing course chennai | career objective for internship | internship certificate format word | data scientist internship work from home | mechanical engineering student internships | internship civil engineering students | internship in electrical engineering | internship for electrical engineering | robotics internship | minor project topics for computer science | intern for electrical engineering | fullstack developer internship | project domains | java internship for freshers | oracle internship india | internship in chennai for hr | mca final year project | aerospace engineering internships | offline internship in bangalore | applications of oop | cyber security internships in bangalore | service companies | explain unix architecture | cloud course in chennai | training institutes in chennai for software testing | software testing training in chennai chennai tamil nadu | internship certificate format for students | full stack web development internship | service company in india | certified ethical hacker course in chennai | internship chennai | types of css in html | top 10 it software company in india | internship for computer science student | computer security internship | features of oop language | internship cse students | cyber security courses in chennai | cyber security course in chennai | confirmation letter for internship | mini project ideas in computer science | application of c | objective resume for internship | core company for ece | core company of ece | internships for bcom students | mechanical engineer intern | internship resume objective | resume objective for internship | internships for electrical engineering students | mini project with report | internship for students online | projects for mba | internships in java | internship at oracle | cloud intern | resume objectives for internship | mini project topics for it 3rd year | cloud computing course with placement | characteristics of good software | acceptance letter for internship | full stack training in chennai | software testing course in chennai | java course in chennai | internship computer engineering students | ai internship | permission letter to hod | format for industrial training certificate | mini project topics for computer science | react js training in chennai | oracle training institutes in chennai | ethical hacking classes near me | internship first year students | industrial visit meaning in tamil | it project ideas for final year students | mini project topics for 3rd year cse | embedded systems course in chennai | cybersecurity internship in bangalore | software testing training chennai | java full stack training in chennai | hr internship chennai | certificate for summer internship | project topics bba | internship at bsnl | internships in cybersecurity | mini project topics computer science | intern in chennai | chennai internship | computer science mini project ideas | cse final year project with source code | cyber security course chennai | internship for civil engineering | python course in chennai | intern email sample | domain of project | python courses in chennai | certificate format for internship completion | internship it | bsnl internship | topics for mini project in computer science | internship mechanical engineering | objective for resume internship | cyber security internship for freshers | internship for electrical engineering students | domains in computer science | ethical hacking course near me | internship for engineering students bangalore | unix structure | final year mca projects | internship for mca students | internship acceptance letter | java classes in chennai | python course chennai | python classes chennai | python courses chennai | internship in java | web development internship work from home | internship in web designing | bsc cs project topics | hr topics for project bba | internship training meaning | python online course in chennai | summer internship online | software testing internship work from home | best data structure books | bhel internship 2023 | embedded system training in chennai | project topic for bba students | service sector companies in india | matlab intern | biotech internship in chennai | web designing internship | best internships for computer science students | serve company in india | meaning of internship in education | student internship in chennai | hr intern in chennai | hackers in chennai | react js training chennai | full stack intern | internship certificate letter | paid internship in hyderabad for students | bca 6 sem project topics | project information technology | area of interest meaning in tamil | online internship for students | internship cyber security | intern for computer science students | linux interview questions commands | it internship | gaming developer salary in india | career objectives for internship | python training in chennai | electrical engineer internship | python training institute in chennai | what is the most important features of java | internship for btech student | objective for internship resume | certificate of internship completion sample | software testing classes in chennai | python programming classes in chennai | embedded course in chennai | python developer intern | project topics mca | python class in chennai | computer science domains | mca final year projects | civil engineering student internships | ai ml internship | training meaning in tamil | architecture of unix | projects for mca final year | characteristics of a good software | oracle internships | internship format | civil internship | internship ai | ai interns | internship email format | why did you choose bba interview questions | ai course chennai | internship request letter from student to company | civil engineering internship | cloud computing courses with placement | top service based companies in world | structure of linux operating system | dynamic programming vs divide and conquer | python certification course in chennai | project for bba final year | best book on system design | website design internships | internship trainee meaning | service companies in india | industrial training certificate format | artificial intelligence course in chennai with placement | best react js training in chennai | shopify developer salary | react js course in chennai | one month internship for mba students | internships online for students | indian government cyber security internship | virtual mode meaning in tamil | best final year projects for computer science | relevant experience meaning in tamil | indian government cyber security internships | internships on web development | linux operating system architecture | java courses near me | internship for web development | internships for web development | linux os architecture | characteristics of computer software | completion of internship certificate | certificate for completion of internship | cyber security project with source code | government internship work from home | internship certificate example | website development courses near me | internships for btech students | features of php language | services based companies | cs student internship | major project for bca final year | games developer salary in india | internships with stipend | internship in cyber security in india | characteristics of oop | python certification chennai | project topics for bba students | internship for mba | blockchain intern | work experience experience certificate format | feature of php | python training chennai | mba final year project topics in finance | artificial intelligence training in chennai | internship in android app development | project titles for mba finance | best c programming book for beginners | best final year projects for cse | blockchain internship | service based companies in india | internship completion certificate format | mca internship | service based company in india | testing courses chennai | internship electrical engineering | website design course near me | internship companies in hyderabad | topics for bba project | cyber security course in tamil nadu | best system design book | mini project abstract | msc project topics | testing internship | characteristic of php | intern resume objective | project topics bca final year | computer science project source code | website design intern | internship request letter format | paid internships for btech students | internship mail format | internship for engineering students in bangalore | mba student internship | internship certificate request letter | internship for msc chemistry students | project topics for bca 6th sem | android development internship | certificate format for internship | final year projects in computer science | intern for web development | top ten it companies in india | internship on web development | intern cyber security | cyber security internship | internship for computer science students | feature of operating system | certificate of completion internship | architecture of net framework | java architecture | best book for c language for beginners | top 10 python training institute in chennai | features of object oriented programming | best c language books | objective for internship resume for freshers | oracle internship | difference between apprentice and internship | project ideas for it students | biotech intern | characteristics of good software design in software engineering | cyber security internship in india | trainee meaning in tamil | best beginner c programming book | internship in mumbai for biotechnology | mca final year project topics | internship civil engineering | internship certificate for law students | stipend internship | simple mini projects for cse with source code | cyber security courses in tamilnadu | python training institutes in chennai | python training centres in chennai | internship in oracle | java intern | intern at oracle | intern certificate format | internship portals in india | classes for robotics | testing course in chennai | characteristics of php | internship in it companies in pune | work experience experience letter format | python certification in chennai | unix structure diagram | website designing courses near me | mca project ideas | ado.net features | paid internship in chennai | sample certificate for internship completion | mba students internship | intern objective for resume | fullstack developer intern | services companies in india | domains of computer science | best books on systems design | internship for b.com students in bangalore | java training and placement in chennai | full stack developer intern | it project topics | final year projects for computer science | internships in web development | web dev internship | robotics classes near me | internships for cs students | internship certificate of completion | cse mini projects with source code | service based companies | no 1 software company in india | india's no 1 software company | topics for mini projects in computer science | css types in html | internship opportunities for btech students | professional courses meaning in tamil | mba project titles in finance | internships in biotechnology | internships robotics | best companies for internship in bangalore | mca projects topics | painter's partition problem | project for bca final year | ece core companies | core companies for ece | internship for bcom students in bangalore | india's top 10 software companies | it student project | php characteristics | python coaching in chennai | project for mca | robotics internships | mini projects in computer science with source code | apprentice vs internship | bba project topic | electrical engineering internships | professional certificate meaning in tamil | internship in bangalore for students | data science projects with source code | characteristics of oop in java | css and its types | python training centre in chennai | internship in computer science | python course near me with fees | best books for system design | best books on html | online ece courses | web design intern | website design internship | characteristics of object oriented languages | good software design characteristics | ccna course near me | linux commands for interview | internship web design | internship in trichy | artificial intelligence course in chennai fees | mca students projects | types of css with examples | bba project topics | android development intern | web development internships | web programming internship | component of dbms | certificate of internship completion | certificate for internship completion | salary of game developer | best books for c programming for beginners | dot net developer salary in india | certificate of completion of internship | service based company | architecture of ado.net | data science course chennai | structure of unix operating system | what do you mean by internship | components of unix operating system | sample letter of completion of work | best c programming book | bca project for final year | mechanical engineering internship | bioinformatics internships | mca project topics | cse final year project ideas | internship at bel | cse mini project with source code | data science training chennai | legal internship online | inplant training in salem for it students | palindrome number example | final year project ideas for it students | cse internship | internship btech | mca project | major projects for bca final year | project mca | internship application email example | best c language book | internship student meaning | advanced java projects with source code | letter to hod for permission | c language books for beginners | list of mba finance project topics | bca 6th sem project topics | final year project for bca | cyber security projects for final year students | internship email subject | internship meaning in education | website designing course near me | java developer intern | undergone meaning in tamil | cyber security internship india | internship experience sample | students meaning in tamil | ado net features | internship mba students | best books algorithms and data structures | internship trainee means | internship certificate from company | summer internship for biotechnology students 2024 in india | oop characteristics | books for algorithms and data structures | companies providing services | email subject for internship | what is project domain | how to write internship email | automobile interview questions | cloud computing course near me | computer science projects final year | components of database management system | final year projects for cse | java course near me | internship web development | sample internship certificate | hr internship | best books on c programming for beginners | architecture in linux | internship computer science students | cyber security intern | framework architecture of net | data scientist courses in chennai | application for applying for internship | applying for an internship email | acknowledgement for internship report | sample acknowledgement for internship report | internship meaning in english | game dev salary in india | bcom internships | difference between framework and library | intern and apprentice difference | cse intern | difference between internship and training | difference between training and internship | project topics on finance for mba | internship in biotechnology | divide and conquer vs dynamic programming | what are service based companies | electrical engineer intern | characteristics of object oriented programming | internship application email sample pdf | bca project topics | ai internships | applications of c language | internship engineering students | internship for android developer | bca final year project topics 2023 | flutter interview questions for experience | application for an internship email | request for internship email | commands for nmap | best algorithms and data structures books | internship email sample | apprenticeship vs internship | civil engineer internship | job in tamil meaning | artificial intelligence course chennai | best c language book for beginners | best c book | explain the architecture of ado.net | project topics for mca | project topics for bba | c programming language books for beginners | internship application email | image processing project using python | internship java | cloud computing courses near me | email for internship subject | image processing projects using python | best c programming books | freshers day meaning in tamil | sql courses near me | best books on c programming | python training near me | web design internships | bca projects for final year | internship report on web development | internship in cyber security | services company in india | internship java developer | unix components | best books for learning c programming | palindrome number formula | internship confirmation letter | internship email template | internship training certificate | internship for commerce students | resume objectives internship | best c programming language book | final year it project ideas | explain components of dbms | 1 month internship in bangalore | finance live project | project topics for it | summer internship certificate | internship joining letter sample | certificate of internship sample | top 10 it companies india | certificate experience letter | web development intern | stipend meaning in tamil | internship near me | architecture in java | request letter for internship certificate | briefing meaning in tamil | features of php | data science course fees chennai | mvc net interview questions | c language application | top software companies india | windows azure interview questions | internship in bangalore for b com students | cs internship | explain the components of dbms | game developer salary in india | unix architecture | internship biotech | sql developer salary in india | data scientist course chennai | service industry list in india | bioinformatics internship | data science courses in chennai | one month internship in bangalore | artificial intelligence course in chennai | intern job meaning | intern email | mba finance research project topics | internship letter format for students | final year cse project ideas | internship for one month in bangalore | how many types of css | projects for bca final year | mern developer salary in india | mba finance project topics list | top 5 indian software companies | internship for b tech students | mba project in finance topics | computer science projects for final year students | best book on c programming | system design books | salesforce developer salary in india | characteristics of oops | topic for computer project | architecture of linux kernel | internship in bangalore for bcom students | what is mean by internship | mca projects | explain ado net architecture | full stack courses near me | full stack course near me | it projects for students | internship for testing | internship for engineering | sample experience certificate | online internships with stipend | fb cakes maduravoyal | it project for students | online internship for law students | hr internship for freshers | android development internships | online law internships | style sheet types | apprentice and internship | web development internship work from home for freshers | internship with training | javascript developer salary india | java coaching centre near me | meaning of internship training | b tech cse final year project | internship companies near me | dbms mysql commands | bioengineering internships | companies for internship for mba | components of ado net | internship in hyderabad for freshers | it student project ideas | final year project java | student internships bangalore | internship for students work from home | abstract for mini project | final year projects java | format for internship certificate | components dbms | web programmer internship | web development internship | internship in web development | os architecture linux | operating systems features | game developer income | oops features | features of artificial intelligence | architecture linux operating system | salary for game developers | data science courses chennai | applications of c programming | dotnet course | application for c programming | internship for be computer science students | how to get internship in 2nd year | mba finance project topics | web designing course duration and fees | explain the architecture of ado net | ai courses chennai | what are the features of object oriented programming | email for internship application | computer science project topics for final year | project on finance topics for mba | problem characteristics in ai | b sc cyber security colleges in chennai | offline internship | bsc project topics in computer science | india internship sites | python course fees near me | projects for it students | internship letter format students | cloud computing classes near me | computer science final year project with source code | email for applying for internship | internships for cs | characteristics of object oriented language | final year projects for bca | internship request email | government internships for biotechnology students | it projects ideas for students | what are the features of object oriented programming language | best company for internship in india | net developer salary in india | summer internship mba | project titles for bca | meaning of internship in english | intern web developer | paid internships online | best books for c programming | best data structures book | application for internship email | online internship with stipend | embedded systems intern | it students projects | trainer meaning in tamil | asp net interview questions and answers for freshers | best data structure book | flutter interview questions for experienced | internship application email sample | bca last year project | job description meaning in tamil | major projects for cse final year | project topics for bca final year | internship in it companies in bangalore | student internship application letter sample | internship application email template | email template for internship | data science training in chennai | it internship companies | internship email example | best company for internship | projects for mca students | javascript salary in india | it service based company | robotic near me | internship network engineer | internship for it | web designing development course | we are hiring meaning in tamil | it companies for internship | unpaid internship offer letter | summer intern meaning | it companies top 10 in india | web dev intern | basics python interview questions | component of database management system | python programming interview questions | final year project for cse | project final year | project for it | it security internship | architecture of linux | best software companies in india | top indian software companies | salary of a game developer | mba project topics on finance | finance project topics mba | project topics mba finance | apprentice and internship difference | letter requesting for internship | features of iot | linux operating system structure | internship and apprenticeship difference | linux operating system interview questions and answers | cs project title | list of mba project topics in finance | project title for final year | cyber security course in chennai colleges list | intern in it | student meaning in tamil | email for internship example | topics for final year project | linux commands interview questions | biodata sample for students | apprentice or intern | civil engineer intern | salary for game developer in india | list of finance project topics for mba | internship completion certificate template | embedded internship | android developer intern | list of project topics for mba finance | btech cse final year projects | mail for internship | internship completion certificate sample | embedded training chennai | training on php | painter partition problem | best software engineering book | internship it student | mba summer internship report | bca final year project topics | data structures books | embedded systems course near me | it internships in pune | legal internship certificate format | email for internship sample | internship for engineers | best c language ide | intern mechanical engineering | ied meaning in tamil | hello intern internship | paid internship hyderabad | robotics near me | bba final year project | b.sc cyber security colleges in chennai | interns online | linux os interview questions | interview questions in python programming | project for cse final year | hyderabad internships | template for internship offer letter | hadoop spark architecture | c language applications | asp.net mvc interview questions | net framework architecture | c programming applications | features of the operating system | features of ai | features of javascript programming language | vacancies meaning in tamil | biggest software companies in india | applications of c programming language | applications for c programming | c programming book best | c programming language application | program meaning in tamil | paid internship meaning | intern oracle | what intern means | biotech internships | apprentice or internship | ai problem characteristics | mba project topics on hr | ml internships | bel internship | interview question on jsp | dotnet courses | data scientist internship for freshers | major project for cse with source code | data science internship for freshers | web designing course in online | major projects for cse with source code | work experience letter format in word | best books on sql | major projects for cse | objective for internship | salary of app developer | government internship for computer science students | law internship certificate template | btech final year projects for cse | java training institute chennai | work experience experience letter | cse major projects | major projects cse | subject for internship email | which one of these is a dql command | work experience letter format pdf | interview questions on linux operating system | certificate internship sample | computer security internships | database management system components | components of database system | cyber security internships | php features | database components in dbms | final year project computer science | linux architecture | internship on machine learning | top indian software company | artificial intelligence features | net mvc interview questions | features of oops in java | salary of salesforce developer | mba project topics for finance | computer science student internship | python course near me | previous meaning in tamil | internship application email format | dot.net course | java programmer salary in india | topics for mba project in finance | ml internship | 1 month internship | law internship certificate | difference between intern and apprentice | paid intern meaning | structure of linux | internship websites india | project topic for final year | paid work from home internships | online law internship | internship 1 month | introduction meaning in tamil | best book for c programming | blockchain developer salary india | features of dbms | student tamil meaning | apprenticeship and internship difference | final year project topics | lawyer internship certificate format | request for internship letter | dot net course | internship offer letter unpaid | intern request letter | interview questions on linux for freshers | designing courses near me | best book on algorithms and data structures | testing courses in chennai | indian internship websites | online php courses | best book for c language | wordpress developer salary in india | characteristics of good design in software engineering | wordpress developer salary india | top 10 indian it companies in india | internship bangalore | internships at bangalore | cse final year projects | project of cse final year | internship at coimbatore | final year project for computer science | ado.net architecture | best software company india | architecture of spark | work experience certificate word format | ado net architecture in net | features of javascript language | game developer wage | fees of web designing course | java classes near me | cs project topics | mechanical engineer internship | finance topics for mba project | topics for finance project for mba | topic for mba project in finance | top computer software companies in india | ado net architecture | cs intern | difference between internship and apprenticeship | internship request letter example | email for internship | project for bca | it student projects | internship in machine learning | sites for internship in india | internship website india | servlet and jsp interview questions | python programming questions and answers | asp net fresher interview questions | best internship sites | work experience experience certificate | internship certificate lawyer | blockchain developer salary in india | top 10 software companies india | paid internship bangalore | format of internship offer letter | application letter for internship pdf | android app development internship | servlets and jsp interview questions | internship in chandigarh | internships for freshers work from home | bca final year projects | request letter for internship | internships for mba students | hr internship application letter | bangalore internship companies | duration meaning in tamil | mathworks internship | aerospace internships | cloud technology chennai | for in tamil meaning | summer internship in bangalore | what is that meaning in tamil | experience meaning in tamil | net project ideas | salary of game developer in india | types of css with example | best internship websites india | human resources internship work from home | internship data science | what internship | certificate for internship format | intern cybersecurity | projects cse | game developer salaries | computer science final year project | mini project topics | offer letter for internship sample | final year cse project | mini projects topics | mvc architecture interview questions | project title for cse | sample internship offer letter | architecture of linux os | intern in coimbatore | mba projects in finance topics | mba finance topics for project | format for internship letter | project for mba finance topics | top most software companies in india | computer science final year projects | be meaning in tamil | what internship means | intern jobs meaning | internship letter for company | what is service based companies | students biodata format | java programming course fees | legal internship certificate | jsp interview questions | project topics for final year | internship job meaning | internship application letter pdf | cyber security projects with source code | campus meaning in tamil | internship offer letter sample | java coaching fees | best book algorithms data structures | it internships | best system design books | we want meaning in tamil | hr project topics for mba | chennai oracle | legal internships online | law internships online | online internship paid | posts meaning in tamil | java training in chennai | ado.net components | hyderabad internship | features of operating system | mba project finance topics | project topics in finance for mba | mini project for cse with source code | web development course near me | mba project topics in finance | internship means what | software developer salaries in india | final year cse projects | experience certificate sample word format | what is the meaning of internship | what is internship means | what is intern means | internship for data science | data science internship | best books on data structures | internship report web development | jsp servlet interview questions | wordpress developer salary | features of unix os | cse major project | project title in php | internship request letter | java developer salary india | indian top 10 software company | java courses duration | web development course fees | oracle in chennai | paid internship online | india java developer salary | வாய்ப்பு meaning in english | apprenticeship or internship | app developer salary in india | what are features of operating system | cse projects | mini projects | project cse | bangalore internship | architecture linux | principle of oop | python course fees | top software companies in india | salary for game developer | final year project cse | internship in data science | project of final year computer science | cloud programming course | features of object oriented programming in java | cs final year project | architecture of linux operating system | student internship computer science | data science course in chennai | projects in it | project titles in computer science | mba project topics finance | projects for it | project topic computer science | opportunities meaning in tamil | interview questions on linux os | website development course near me | experience letter sample | f b cakes near me | mern stack developer salary | offer letter for internship template | internship objective | what mean internship | internship certificate fake | project topics in mba finance | finance project topics for mba | cse projects final year | is meaning in tamil | what is the meaning in tamil | internship certificate law | what is java features | civil engineering internship report | internship report for civil engineering | systems design book | java course duration | offer letter format for internship | artificial intelligence projects with source code | who is this meaning tamil | flutter interview questions and answers | online paid internships | internships software development | difference between apprenticeship and internship | dot net courses | gcp interview questions | cyber security courses near me | major projects for computer science | summer internship report mba | trained meaning in tamil | online course php | internship or apprenticeship | cse project | meaning internship | indian top 10 it company | internships for data science | feature of object oriented programming | indian top software companies | game developer pay | sfdc developer salary | applications of c | internship machine learning | topics for cse projects | number palindrome in python | final year project | cse project for final year | topics for mba finance project | internship meaning in company | mba internship | what is meant by internship | law internship certificate format | project cse students | wfh internships | cloud course online | basic python programming questions | post meaning in tamil | asp.net questions and answers for interview | best java ide | mern interview questions | courses on robotics | features of a dbms | intern for engineering students | salary for wordpress developer | interview questions for linux commands | linux command interview questions | work from home internships | image processing projects with source code | ideas for technology projects | how is it meaning in tamil | is it meaning in tamil | app developer salary india | top 10 cyber security colleges in tamilnadu | hadoop architect | solid java principles | game developer salary | opportunities tamil meaning | india top software company | web designing course and fees | internships in data science | project topics on computer science | course meaning in tamil | it services companies in india | intern for data science | computer science students internship | project ideas for cse | project for final year | internship it company | java internship | project for final year cse | kernel architecture in linux | fake internship certificate | interview questions for mvc | final year btech projects for cse | session meaning in tamil | industrial training certificate sample | meant tamil meaning | internship certificate format pdf | best book for system design | react js developer salary in india | internship law students | android application development course | computer science major projects | course php online | for in tamil | best internship websites | java course fees | an meaning in tamil | best book on c | php online courses | hrm internship | intern bangalore | net framework structure | salary game developer | biotechnology internships | java developer salaries | blockchain developer salaries | industrial meaning in tamil | top most software company in india | project topic in computer science | web page designing course | operating system and features | project titles for cse | mba project topics in hr | mba hr project topics | finance topics for project mba | indian software developer salary | projects topics on computer science | internship certificate sample | top it companies of india | work experience letter word format | dot net project ideas | app developer salary | best ide for java | summer internship report for mba | java developer salaries in india | internship letter request | web development course fee | mern stack interview questions | html and css books | dotnet basic interview questions | types of css style sheets | india's top 10 software company | interview questions on linux commands | accounting experience certificate format | internship at indore | what are the features of javascript | what is css and its types | letter of experience sample | project in it | internship oracle | india's top software company | application of c programming | full stack developer salary in india | internships for data analysis | basic questions on python | software dev internship | online internships paid | legal internship for law students | interview questions on servlet and jsp | what are operating system features | features of an operating system | operating system features | client to server architecture | cs project for final year | feature of ai | clouding course | what is meaning of internship | sample certificate of internship | java programming language features | software framework vs library | internee meaning in hindi | asp net interview question | reactjs developer salary | ceh training chennai | sample for experience letter | meaning for internship | india software company | india's top software companies | what meaning tamil | exp letter sample | flutter interview question | cs final year projects | types of cascading style sheets | professionally meaning in tamil | viva meaning in tamil | enna tamil meaning | certificate for internship | python language interview questions | library vs framework | framework vs library | flutter interview questions | final year projects computer science | p r o meaning in tamil | best system design course | internships software engineering | machine learning internship | architecture of hdfs | exp letter | paid online internship | programming course near me | internship template certificate | internship certificate template | what is internship jobs | that meaning in tamil | internships work from home | internship certificate template word | internship letter format | mern stack developer salary in india | system design courses | mba finance internship | mba project report | software developer salaries | book for programming in c | work from home paid internships | cs final year project topics | what are the features of java programming | features of javascript | intern letter format | software engineering internships | internship mean | data science internships | this meaning in tamil | what is meaning in tamil | computer science projects for final year | final year project web development | cybersecurity intern | paid online internships | it tamil meaning | internship offer letter format | pro meaning in tamil | wikitechy | letter format for internship | meaning of in tamil | sample work experience letter pdf | top 5 software companies in india | undergoing meaning in tamil | legal internship near me | machine learning intern | do tamil meaning | provide tamil meaning | experience tamil meaning | interview questions on python programming | salaries of web developers | indore internship | react native interview questions | work experience letter pdf | internship offer letter template | data science project with source code | paid meaning in tamil | interview question in python | st joseph's institute of technology | offer letter format internship | it is tamil meaning | winter internship | interview python questions | velammal digital app | education meaning in tamil | interview questions in linux | internship completion certificate | sample certificate for internship | offer letter for internship | interview questions on linux | letter for internship request | work experience letter sample pdf | python classes near me | solid design principles java | course on cloud computing | features of java programming language | salary of blockchain developer | bba finance project topics | arduino and raspberry pi | features in java 8 | courses for cloud computing | courses on cloud computing | course for cloud computing | courses in cloud computing | nmap commands | object oriented programming characteristics | interview questions python | certificate for internship template | course in cloud computing | dotnet interview questions | features in java | intern certificate template | features of java programming | internship report civil engineering | unix linux interview questions | employees meaning in tamil | working experience letter pdf | python programming classes near me | best it company in india | projects cse final year students | how to become hacker after 12th | feature in java | chennai freshers jobs | cloud computing class | internship for be students | internship for mba students in bangalore | best books for learning python | interview questions of python | letter of application internship | experience letterhead | palindrome no | students in tamil | webpage design course | best software company in india | system design book | asp.net interview questions for 5 years experienced | top 10 software companies of india | basic interview questions on python | did you meaning in tamil | bca project | what does internship mean | cloud courses online | course for ethical hacking | top software company india | website design courses online | concentration meaning in tamil | internship for architecture | numeric palindrome | best paying jobs in india | internship companies | topics for mba project | best data analyst course in india | jobs for ece students | mern stack developer course | summer internship 2023 for btech students | project assignment meaning in tamil | experience certificate pdf | project of java | hr topics for project | ethical hacking training course | tamil meaning tamil | full stack developer skills | home meaning in tamil | python books | course in ethical hacking | marketing project topics
× How can I help you?