Posts

Showing posts with the label Projects

Core Java Minor Project Ideas

“ Java Project Ideas ” is one of the common question ask when you have to choose a topic for you final year or semester projects. at that time you begin to ask “ what topic should you choose for you project “. Here are the some project ideas - New Patient Registry Management System Restaurant Billing Management System Library Management System ATM Management System Bus Ticket Booking Management System Movie Ticket Booking Management System Attendance Management System Medical Store Billing Management System Text Editor Projects in Java [I don't consider this single ideas a project] Currency Converter Project in Java[I don't consider this single ideas a project] Distance Calculator using Google API Advanced Calculator Project in Java[I don't consider this single ideas a project] Time Conversion by Country Java Project[I don't consider this single ideas a project] IP Address Detector [I don't consider this single ideas a project] Employee...

NetBeans For Java How To Install and Get Started with Java Programming (on Windows)

NetBeans (@ http://netbeans.org ) is an open-source Integrated Development Environment (IDE). NetBeans began in 1996 as a Java IDE student project at Charles University in Prague. Sun Microsystems acquired NetBeans in 1999. In 2010, Oracle acquired Sun (and thus NetBeans). Compared with its rival Eclipse ( http://www.elicpse.org ) (both are open-source, so I don't know what are they competing for?), NetBeans provides seamless support for Java AWT/Swing, Java ME mobility pack, Java EE, and bundled with an excellent profiler for performance tuning. How to Install NetBeans 8.2 Step 0: Install JDK To use NetBeans for Java programming, you need to first install Java Development Kit (JDK). See " JDK - How to Install ". Step 1: Download Download "NetBeans IDE" installer from http://netbeans.org/downloads/index.html . There are many "bundles" available. For beginners, choose the 1st entry "Java SE" (e.g., " netbeans-8.2-javase-windows.exe ...