TechITmore

Java

Java

Socket Programming – TCP Client and Server in Java

If you want two network devices to talk to each other, then developing a TCP server and client is as low as you can get without blowing your brains off. It is really helpful in many scenarios. Come in handy when all other application layer protocols like HTTP, FTP etc Read more…

By admin, 3 years3 years ago
coding

Streams and buffers in Java

Streams Imagine there is a large tank filled with water and there is small tap at the bottom through which water is coming out and this is called stream. You might not have any idea regarding the amount of water in the tank. The only thing you can work on Read more…

By admin, 4 years3 years ago
Java

Java custom ClassLoader – loading classes from an InputStream

A ClassLoader in Java helps in dynamically loading Java classes into the JVM. Java comes with a many different types of ClassLoader(s). However, many a times we are required to develop our own custom ClassLoader. Let us check how we can do that. In the following example, we will develop Read more…

By admin, 4 years3 years ago
Java

Dynamically loading classes in a jar file

Many a times, we are required to load a jar file and its classes and then invoke its functions and all this is needed to be done dynamically. Such requirements often come when we are trying to develop a sort of plugin system. Thankfully Java has a rich support for Read more…

By admin, 4 years3 years ago
Recent Posts
  • Developing a VSTO Addin for Outlook – Create a new solution module
  • Developing a VSTO Addin for Outlook – Getting started
  • Getting started with CAPE-OPEN implementation in .Net
  • Socket Programming – TCP Client and Server in Java
  • Socket Programming – TCP Client and Server in .Net C#
Archives
  • February 2020
  • December 2019
  • September 2019
  • May 2019
Categories
    © Jayant