Simple Java Programs
Home | Training | Research | Online Documents | Simple Programs In Java | PHP Programs
About Myself | Photos | Drop Me a Note!
    General:
    1. Hello World!
    2. How to get the system time?
    3. How many objects are created before the first object is garbage collected?
    4. Can you sleep? Let's measure time.
    5. Testing with JUnit
    6. Recursion
    7. Multi Threaded Programming

    Input/Output:
    1. IO Programming
    2. Network Programming

    GUI/Event Handling:
    1. How to listen for button clicks?
    2. What is Model-View-Controller (MVC) Architecture?
    3. MVC implementation in JFC/Swing (Separable Model Architecture)
    4. Using Swing ChangeEvents
    5. JavaBeans Event Model

    JDBC:
    1. Connecting to a database using JDBC
    2. Handling a JDBC transaction

    Sorting:
    1. Which is faster? Sequential search or Binary seach?
    2. Bubble Sort and Quick Sort
    3. Linked Lists and Stacks

    Mathematics:
    1. How to solve an equation numerically?
    2. Graph: Finding the minimum distance and shortest path between two cities
    3. Discrete Fourier Transformation (Direct calculation, no optimization)
    4. Fast Fourier Transformation (To be optimized!)


© Wickramanayake HMKSK