Answer Posted / glibwaresoftsolutions
An 8-bit signed two-complement integer is called a byte. Bytes support a minimum value of -128 and a maximum value of 127. It is employed when memory conservation is required and the required range of numbers is -128 to 127.
Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is volatile data type?
What is ternary operator in java?
Can you declare an interface method static?
How does predicate work in java?
What do you understand by looping in java? Explain the different types of loops.
What are the steps involved to create a bean?
What are the advantages and disadvantages of reference counting in garbage collection?
What is local variable and instance variable?
Define packages in java?
Explain about map interface in java?
What is object-oriented paradigm?
What is string manipulation?
How do you convert boolean to boolean?
why are there separate wait and sleep methods? : Java thread
Is there any case when finally will not be executed?