Write syntax to set JVM Memory as min-256Mb & max 512Mb?
Answer / Raju Sharma
To set JVM memory as min-256Mb & max 512Mb, use the following command: `java -Xms256M -Xmx512M YourMainClassName`
| Is This Answer Correct ? | 0 Yes | 0 No |
Describe horizontal scalability and vertical scalability.
What is a hard real time OS?
Can a 64 bit run a 32bit program?
There is some data related to temperatures of different cities. One side(thread), will be updating the values and multiple clients will be reading the values. how do you achieve synchronization?
what are the softwares helping for auditing poblems?
What is operating system and examples?
Is it safe to delete ost file?
Please describe the different state of a process?
What are the reasons for process termination?
what are multi core operating systems?
What are the typical elements of a process image?
When does page fault error occur?