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
Are arrays static in java?
Name and explain the types of ways which are used to pass arguments in any function in java.
Can we declare an interface as final?
Can we use string in the switch case?
How does map works in java?
What package is math in java?
What is the default value of byte datatype in java?
What is the maximum size of arraylist in java?
What are the advantages and disadvantages of reference counting in garbage collection?
Explain about instanceof operator in java?
What are conditionals and its types?
why java does not support unsigned keyword?
What is the purpose of using the java bean?
What is a stringbuilder?
What is method and methodology?