/Java

Basic java repository containing some java code concepts

Primary LanguageJava

Basic Java

Contains some basic java classes which relate to the following

  • Networking
    • The networking package contains some classes related to Sockets and URL's. GreetingClient and GreetingServer are an example of a client server.
  • Arrays
    • Basic methods relating to the creation and manipulation of arrays in java
  • Utils
    • Basic utility functions and classes
  • Algorithms
    • Contains basic algorithms, currently Dijkstra's shortest path algorithm
  • Bank
    • A basic attempt at implementing a Client/Server bank style transaction model
    • This is simply a proof of concept and contains no security features All of the packages relate back and interlink with the main class (excluding the Client/Server model classes)