Monday, August 17, 2020

Java Refresher

  • Byte = 8 bits
  • Short - 16 bits
  • Int - 32 bits
  • Long - 64 bits
  • Float - 32 bits (not precise, don't use for financials)
  • Double - 64 bits - not very precise, don't use for financials.
  • Char - 16 bits
  • Boolean - True/ False
  •  Control + L = Clear Screen

JVM VS JRE VS JDK




No comments:

Post a Comment

Full capabilities of ChatGPT 4 O (O for Omni) - From Openai.com

Omni, O, has multimodal capabitlies, which means it can take text, voice or video as an input and serve audio/text/image output (there's...