• Java

  • 195__logo_jsp_small.gif A Little introduction to Java, Jsp and Servlets

 

Servlets

Servlet sample configuration Tomcat and code

See more..

 

Order a TreeMap by its values

Java code: Demonstration to sort a TreeMap ascending/descending by its values

See more..

 

Create an array associative in Java from a database Resultset

Handle a JDBC connection to MySQL and map the resultset to a List

See more..

 

Read arrays by chunks using threads

Sometimes you need to process very large arrays, in this case multithreading can be helpful

See more..