Home

  • My First Blog Post

    December 7, 2019 by

    “when you don’t create things, you become defined by your tastes rather than ability. your tastes only narrow & exclude people. so create.” ― Why The Lucky Stiff Computer programming is the process of designing and building an executable computer program for accomplishing a specific computing task. At its most basic, computer programming is little more than a… Read more

  • Introduction to Java

    December 8, 2019 by

    HELLO WORLD Welcome to the world of Java programming! Programming languages enable humans to write instructions that a computer can perform. With precise instructions, computers coordinate applications and systems that run the modern world. Sun Microsystems released the Java programming language in 1995. Java is known for being simple, portable, secure, and robust. Though it was… Read more

  • Simple Java Login

    December 7, 2019 by

    We need below classes databaseConnection.java login.java Homepage.java databaseConnection.java Database Name : login Host name : localhost final static String USER = “”; (Insert the username of localhost) final static String PASS =””; (Insert the password of localhost) Download and import mysql jdbc 5.1 5 jar : http://www.java2s.com/Code/Jar/m/Downloadmysqlconnectorjava5115jar.htm Import the MySQL JDBC Driver The MySQL-Java database… Read more

  • Database Connection

    December 7, 2019 by

    Java – MySQL Database Connection First Create the class call “databaseConnection” Then Copy the code Fill the steps 1 to 4 <1. type your package name> <2. add your database name> <3.username of the server (username of localhost)> <4. password of the server> Then we have to add below libraries, mysql jdbc 5.1 5 jar… Read more

  • Java Installation

    December 7, 2019 by

    Step 01 : Install Jdk with Netbeans link : https://www.oracle.com/technetwork/java/javase/downloads/jdk-netbeans-jsp-3413139-esa.html

View all posts

Follow My Blog

Get new content delivered directly to your inbox.