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
What is the main advantage of passing argument by reference?
Tell me about different OOPS concepts.
which is advanced deep technology in java launched by the sun microsystem??? The answer is very logical If u need correct answer mail me at priya_gupta@gmail.com
Can an interface be final?
What is nullpointerexception?
What are default methods ?
What is the exact difference in between unicast and multicast object? Where we will use?
What do you mean by access modifier?
Under what conditions is an object’s finalize() method invoked by the garbage collector?
Can we return null in java?
Is java hashset ordered?
What are benefits of java?
Which containers use a flowlayout as their default layout in java programming?
Why heap memory is called heap?
What is a double?