Answer Posted / ranganathkini
The heap size of the JVM can be set by specifying the
command-line flags -Xms and -Xmx
-Xms sets the initial heap size ( example: -Xms 30m )
-Xmx sets the maximum heap size ( example: -Xmx 70m )
Hope it helps! :)
| Is This Answer Correct ? | 11 Yes | 0 No |
Post New Answer View All Answers
Define how objects are stored in java?
What is the primary benefit of encapsulation?
What are constructors in java?
What is the this keyword?
Is nullpointerexception checked or unchecked?
What is the default value of an object reference declared as an instance variable?
What is object data type?
Write code of any action class?
When we serialize an object does the serialization mechanism saves its references too?
What is procedure overloading?
How to use Media tracker Class.
What is the char data type?
Can java arraylist hold different types?
What is appletviewer?
Differentiate between array list and vector in java.