Friday, 30 October 2020
JVM architecture
a. Method area - Method area stores class code and method code.
e. Native mathod stacks - The native method stacks are places where native methods ( for example, C language programs ) are executed . Native method is a function , which is written in another language other than Java.
Execution engine
Subscribe to:
Post Comments (Atom)
Student Marks Calculation app using java
import javax.swing. *; import java.awt.event.ActionEvent ; import java.awt.event.ActionListener ; public class Student { private J...
-
The Type Promotion Rules :- Java defines several type promotion rules that apply to expressions. They are as follows : all byt...
-
Java Environment Java environment includes a number of development tools , classes and methods. The development tools are part ...
-
JAVA program to input and print n number using array :- PROGRAM :- import java.io.*; class Clsarray { public static void main(St...
No comments:
Post a Comment