Windows command prompt basics commands like ping, telnet, dir, cd, ipconfig and tools like Task Manager, Services, Registry.


How to create threads in Java

  • 05 April 2016
  • ADM

How to create threads in Java using Runnable interface and Thread class. Comparison between these two implementations.


How to delete a record using JDBC PreparedStatement to avoid SQL injection.


How to prepare a Windows Java Development Machine using Eclipse, NetBeans, Ant, Maven, MySQL, MongoDB, GIT, SVN.


How to update a record using JDBC PreparedStatement to avoid SQL injection.


How to select records from MySQL database using JDBC PreparedStatement to avoid SQL injection.