Java

Month and Year Calendar Version 1.0

Submitted by jakerpomperada on
About this code i called in Month and Year Calendar Version 1.0. If uses passing argument in Java to generate the month and year calendar. If you find my code useful send me an email at [email protected]. People here in the Philippines who wish to contact me can reach me in my mobile numbers at 09296768375 and 09226034089. Thank you very much and Happy Programming. Regards, Mr. Jake

Argument Sorting Using Merge Sort Version 1.0

Submitted by jakerpomperada on
About the code this which I called Argument Sorting Using Merge Sort Version 1.0. I incorporated the argument properties of java to ask values in the command line from the user and then sort those values using Merge sort algorithm. This code is great in learning data structure using Java as your language. If you find this code very useful send me an email at [email protected]. People here

JDBC Address Book Version 1.0

Submitted by jakerpomperada on
About the code this is my first time to write a database driven Java application a simple address book which I called JDBC Address Book Version 1.0. My front end is Java using Swing as a graphical user interface and MS Access as my back end where I store my information. I hope this code will help anyone learn and understand database programming using Java. I learned many things while doing this