TechITmore

classloader

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