Java Basic Objective Question
1. What is the size of byte variable? a) 8-bitb) 16-bitc) 32-bitd) 64-bit 2. What is the default value of float variable? a) 0.0db) 0.0fc) 0d) 0.0 3. Which of the following is not a keyword in Java? a) staticb) Booleanc) voidd) private 4. Which method must be implemented by all threads? a) run()b) start()c) … Read more