Welcome to the Java Programming Forums


The professional, friendly Java community. 21,500 members and growing!


The Java Programming Forums are a community of Java programmers from all around the World. Our members have a wide range of skills and they all have one thing in common: A passion to learn and code Java. We invite beginner Java programmers right through to Java professionals to post here and share your knowledge. Become a part of the community, help others, expand your knowledge of Java and enjoy talking with like minded people. Registration is quick and best of all free. We look forward to meeting you.


>> REGISTER NOW TO START POSTING


Members have full access to the forums. Advertisements are removed for registered users.

Results 1 to 2 of 2

Thread: Exam Seating Arrangement System in Java

  1. #1
    Junior Member
    Join Date
    Dec 2020
    Location
    Gwalior
    Posts
    11
    Thanks
    0
    Thanked 1 Time in 1 Post

    Default Exam Seating Arrangement System in Java

    Hello All, I am working on java project and I want to know the source code of Exam Seating Arrangement System Project. Basically, There are primarily two entities, the admin and the student. Both entities can log in and register to the system, check and access the system as per the approval granted to them. The admin can see all the relevant details of the students and provide the input to the system taking into consideration the need like the branch, semester, year, subject of the student. Admin will input details like the total students, available classes with the number of seats, etc. After gathering all this information the system will generate a seating arrangement based on the row number and the students’ roll number. and I have taken this below reference . Can anyone provide me the source code of the exam seating arrangement system?
    Reference: https://www.interviewbit.com/blog/java-projects/

  2. #2
    Super Moderator Norm's Avatar
    Join Date
    May 2010
    Location
    Eastern Florida
    Posts
    25,042
    Thanks
    63
    Thanked 2,708 Times in 2,658 Posts

    Default Re: Exam Seating Arrangement System in Java

    What have you tried?
    This site does not provide source code for student projects.
    If you don't understand my answer, don't ignore it, ask a question.

Similar Threads

  1. Java question in exam help
    By jag157 in forum Object Oriented Programming
    Replies: 8
    Last Post: July 14th, 2014, 01:49 PM
  2. Cinema Seating arrangment
    By LickiRake in forum Loops & Control Statements
    Replies: 8
    Last Post: November 18th, 2013, 05:53 PM
  3. java programming exam
    By JamesFlowers14 in forum What's Wrong With My Code?
    Replies: 3
    Last Post: December 9th, 2012, 12:20 AM
  4. Problem with GridLayout arrangement.
    By oror84 in forum AWT / Java Swing
    Replies: 1
    Last Post: May 6th, 2012, 10:46 AM
  5. Replies: 6
    Last Post: November 25th, 2011, 03:58 PM

Tags for this Thread