Search Interview Questions | Click here and help us by providing the answer. Click Correct / Improve and please let us know.  | 
  | 
|||
| 
       | ||||
| Interview Questions and Answers | ||||
  | ||||
| Ans. There is a Java system property "sun.arch.data.model" that can tell if JVM is 32 bit of 64 bit System.getProperty("sun.arch.data.model") can be used to get that property.  | ||||