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 are new features introduced with java 8 ?
How do singleton patterns work?
Can a final variable be initialized in constructor?
What is the difference between scrollbar and scrollpane?
2) Suppose there are 5 directories having lot of files (say txt files) in each directory. 2 things :- 2.1) You want to search for filenames which have a particular pattern. 2.2) Out of these filtered files you want to search for a particular keyword or a search string. How can you achieve this?
What is the difference between a scrollbar and a scrollpane?
Mention some features of java?
Why is java architectural neutral?
Is void a return type?
What does mean in regex?
What is the concept of multithreading?
What are the differences between checked exception and unchecked exception?
What does the ‘static’ keyword mean? Is it possible to override private or static method in java?
What does singleton mean in java?
What is append function?