answersLogoWhite

0

What else can I help you with?

Related Questions

What are the disadvantages of applets?

Disadvantages of applets:Java plug-in is required to run appletJava applet requires JVM so first time it takes significant startup timeIf applet is not already cached in the machine, it will be downloaded from internet and will take timeIts difficult to desing and build good user interface in applets compared to HTML technology


What mean by jvm?

Hello Dear; JVM or better to say Java Virtual Machine is a Windows based application that you have to have it if you want using java applets or programs. You may sometimes saw programs or websites that need java or javascript this JVM helps you and better to say is needed to let you to use these programs or web sites. you can download it here : www.java.com Do you need any further information? Don't hesitate, Ask it/them. Thanks.


What is purpose of JVM?

JVM stands for Java Virtual Machine The JVM is the system in which our Java programs are executed.


Is JVM is part of compiler?

no jvm is not a part of java compiler


Small Java-based programs are called?

Java applets


How one jvm call another jvm?

As of Java 6 every JVM runs an MBeanServer which you can connect to via a JMX RMI connection and then invoke methods on services hosted in the remote JVM's Mbean server.


Is JVM a software or hardware?

JVM stands for Java Virtual Machine, it is software.


Is Jvm in the system?

The JVM (Java Virtual Machine) is a part of the JRE (Java Runtime Environment).The JRE is comprised of the JVM and the Class Library.The JVM takes the java language and compiles it into Bytecode which can then be interpreted as machine code by the platform(OS). The JVM will compile byte code specific to the OS it is being deployed upon. The JVM allows the Java language to be platform independent.


Should all the devices have jvm to run java application?

There are relatively few devices that don't have a JVM implementation, but it is not true that all devices should have a JVM.


Why main method only called by jvm why not any other our own static method?

At the time of developing jvm the development team by default make a only one method call i.e; 'main' method call in the jvm that's why when the call is loading into the jvm the jvm call the main method...and execution was starts..


How many threads run at the start of JVM?

at the starting of the JVM it handels approx 7000 threads .........


Is it true that applets are more secure than servlets?

No. I believe, servlets are much secure and more powerful than applets.