The class loader subsystem will take .class file as the input and perform the following operations:
a.It will load the .class file into the JVM's memory.
b.Before loading the .class file,it will verify whether the byte code instructions are valid or not with the help of byte code verifier.
c.If the byte code instructions are validthen it will load a byte code instruction into different areas of the jvm called runtime data areas
No comments:
Post a Comment
If you Like my blog Spread it and help friends for whom this blog is useful for their career.