cancel
Showing results for 
Search instead for 
Did you mean: 

number of the java.exe

Former Member
0 Kudos

Hi.

In windows system, I can see the process like java.exe, jcontorol..... in task manager.

What is the java.exe process?

Is this a java server node process or threads?

How decide the number of the java.exe?

regards,

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Java.exe is the java executable main program that is installed and running in your system.

The jcontrol is a process that is using java.exe .

Threads are the intermediate part of a java process that are opened and closed based on real time requirement .

Hope this helps.

Thanks

Amit