How many bytes are there?
Answer / Jay Prakash Mani
In Java, the number of bytes depends on the data type. For example, char and boolean types occupy 2 bytes (16 bits) while int occupies 4 bytes (32 bits). However, the exact number of bytes can vary depending on the system's byte representation.
| Is This Answer Correct ? | 0 Yes | 0 No |
Explain the access modifiers for a class, method and variables?
What are the actions that can occur when a thread enters blocked state?
what do you mean by java annotations?
What is a numeric literal?
Can we override protected method in java?
What is slash r?
we know that every java prog must follows OOPS Principles. Anybody can answer, HOW THE FOLLOWING PROGRAM FOLLOWS OOPS CONCEPTS i.e, Inheritance,Polymarphism,Encapsulation? class a{ public static void main(String args[]){ System.out.println("Hello World"); } }
Is hashmap thread safe?
Will minecraft java be discontinued?
When should you make a function static?
What do you understand by access specifiers in Java?
What is the difference between preemptive scheduling and time slicing?