Multiple choice technology programming languages

Jdk1.4 also contain the tool interface that is JVMTI which is a profiling tool in jdk1.5

  1. True

  2. False

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

This statement is false. JVMTI (JVM Tool Interface) was introduced in JDK 5.0 (1.5) as a replacement for JVMPI (JVM Profiling Interface) and JDWP (Java Debug Wire Protocol). JDK 1.4 did NOT contain JVMTI - it used the older JVMPI profiling interface instead. JVMTI is the profiling/debugging tool in JDK 1.5 and later, not in 1.4.