Answer Posted / hr@tgksolutions.com
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
Write a method to check if input string is palindrome?
Write an algorithm program in java for the following question.. In a VLSI design techniques,they used rectangles to design circuits. EVery rectangle is to be placed according to x,y coordinates. Check whether or not two rectangles overlap each other. Here overlapping of rectangles is acceptable, if 1) one rectangle intersect with other. 2) one rectangle fully covers other. The time of algorithm should not exceed o(n logn).
Do we have pointers in java?
Explain Basics of OOP Language in java
Write the algorithm to check the number non-leaf nodes in a tree.
What advantage do java's layout managers provide over traditional windowing systems?
What are wrapper classes in java?
What do bitwise operators do?
Can we override private method?
Is .net better than java?
If you are given the name of the function at run time how will you invoke the function?
Explain the differences between static and dynamic variables?
State some advantages of java?
Give differences between Quicksort &Mergesort. When should these sorts be used andwhat is their running time in java?
What is class array in java?