Joe P Kumar

Greenhorn
+ Follow
since Oct 06, 2004
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
0
In last 30 days
0
Total given
0
Likes
Total received
0
Received in last 30 days
0
Total given
0
Given in last 30 days
0
Forums and Threads
Scavenger Hunt
expand Ranch Hand Scavenger Hunt
expand Greenhorn Scavenger Hunt

Recent posts by Joe P Kumar

Maybe you are using a Native method and the native lang definition is not proper
19 years ago
So does that mean that loading a class on a JVM and an loading an interface on a JVM will nearly take the same time. I thought an Interface will be light weight for the eyes for compiler as well as interpreter.
Also, can you please explain as to why class / interface are of interest to a compiler and not the Runtime env.

Thanks a lott
Joe.
19 years ago
Hi all,

I would like to know if application performance can be improved by replacing a Java class file which contains final static variables with an interface.
Also can someone explain how to measure the time taken by JVM to load a class file against an interface.

Thanks
Joe.
19 years ago