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
Can java cast null?
What is string in java?
how can you take care of mutual exclusion using java threads? : Java thread
What is the arraylist in java?
What data type is a string?
How does remove work in java?
What’s the difference between the methods sleep() and wait()?
What is the use of arraylist class in java?
How many bits is a string?
When wait(), notify(), notifyall() methods are called does it releases the lock or holds the acquired lock?
What the difference is between execute, execute Query, execute Update?
State the difference between creating string as new () and literal.
What is object-oriented paradigm?
What is class array in java?
Why is static used?