1 / 10

Java Projects for Beginners | Java Open Source Projects | Java Certification Training | Edureka

**** Java Certification Training: https://www.edureka.co/java-j2ee-soa-training ****<br>This Edureka PPT on Java Projects will explain you 3 projects based on Core and Advanced Java Concepts. You will learn below-listed projects through this PPT:<br><br>1. ATM Machine ( Based on Core Java)<br>2. Text Editor (Based on Swings and Applets)<br>3. Sign-up form (Based on JSP and Java Servlets)<br><br>Check out our Java Tutorial blog series: https://goo.gl/osrGrS<br>Check out our complete Youtube playlist here: https://goo.gl/gMFLx3<br><br>Follow us to never miss an update in the future.<br><br>Instagram: https://www.instagram.com/edureka_learning/<br>Facebook: https://www.facebook.com/edurekaIN/<br>Twitter: https://twitter.com/edurekain<br>LinkedIn: https://www.linkedin.com/company/edureka

EdurekaIN
Download Presentation

Java Projects for Beginners | Java Open Source Projects | Java Certification Training | Edureka

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. ATM Machine Sign-Up Form Text Editor

  2. ATM MACHINE

  3. This project is to make an automated teller machine with user's account and password, bank account, with that user are able to withdraw, deposit, and view their account balance Problem Statement A TM M A CH IN E A TM M A CH IN E ▪ Core Java ▪ JDK Installed ▪ Eclipse IDE Requirements ▪ Account Number : 9876543 Password: 9876 ▪ Account Number: 8989898 Password: 1890 Account Privileges

  4. TEXT EDITOR

  5. Creating a simple text editor in Java Swing. We will use a JTextArea, a JMenuBar and add JMenu to it and we will add JMenuItems. All the menu items will have actionListener to detect any action. Problem Statement TE XT E D ITOR TE XT E D ITOR ▪ Java Applet ▪ Eclipse IDE Requirements ▪ Efficient ▪ Perform all operations Advantages

  6. SIGN UP FORM

  7. Creating requirements using Servlets and JSP a Sign-up Form with necessary Problem Statement ▪ Java Servlets and Java Server Pages ▪ Eclipse IDE for Enterprise Edition ▪ Apache Tomcat 8.0 and above ▪ CSS U P FORM U P FORM Requirements ▪ Easy to develop ▪ Efficient Advantages

More Related