494). Which of the following is not a segment of memory in java?

[A]Stack Segment
[B]Heap Segment
[C]Code Segment
[D]Register Segment

Show Answer

496). What is JVM?

[A]Bootstrap
[B]Interpreter
[C]Extension
[D]Compiler

Show Answer

498). Which class loader loads jar files from JDK directory?

[A]Bootstrap
[B]Extension
[C]System
[D]Heap

Show Answer

499). Which of the following is not a memory classification in java?

[A]Young
[B]Old
[C]Permanent
[D]Temporary

Show Answer

500). What is the Java 8 update of PermGen?

[A]Code Cache
[B]Tenured Space
[C]Metaspace
[D]Eden space

Show Answer

501). Classes and Methods are stored in which space?

[A]Eden space
[B] Survivor space
[C]Tenured space
[D]Permanent space

Show Answer

502). Where is String Pool stored?

[A]Java Stack
[B]Java Heap
[C]Permanent Generation
[D]Metaspace

Show Answer

503). The same import package/class be called twice in java?

[A]True
[B]False
[C]none
[D]none

Show Answer