DEV Community

Roberto Gentili profile picture

Roberto Gentili

I'm a software developer

Iterating collections and arrays in parallel by setting thread priority

Iterating collections and arrays in parallel by setting thread priority

5
Comments
1 min read
How to generate and compile sources at runtime in Java

How to generate and compile sources at runtime in Java

3
Comments
3 min read
Making applications created with old Java versions work on Java 9 and later versions

Making applications created with old Java versions work on Java 9 and later versions

2
Comments
2 min read
Invoking and handling privates and all other methods of an object with and without the use of Reflection in Java

Invoking and handling privates and all other methods of an object with and without the use of Reflection in Java

2
Comments
2 min read
How to scan the file system in Java

How to scan the file system in Java

6
Comments
2 min read
Executing stringified source code in Java

Executing stringified source code in Java

3
Comments
4 min read
A fast and flexible way to scan the class paths in Java

A fast and flexible way to scan the class paths in Java

5
Comments
5 min read
Generating classes at runtime and invoking their methods with and without the use of Reflection in Java

Generating classes at runtime and invoking their methods with and without the use of Reflection in Java

9
Comments
3 min read
How to bind methods or constructors to functional interfaces in Java

How to bind methods or constructors to functional interfaces in Java

4
Comments
5 min read
Optimizing CPU usage by performing tasks in parallel with different priorities in Java

Optimizing CPU usage by performing tasks in parallel with different priorities in Java

7
Comments
3 min read
How to get field values with Reflection and with direct memory access in Java

How to get field values with Reflection and with direct memory access in Java

5
Comments
1 min read
How to find all the classes of a package in Java

How to find all the classes of a package in Java

2
Comments
3 min read
How to create your own dependency injection framework in Java

How to create your own dependency injection framework in Java

17
Comments
8 min read
loading...