What does bitwise or mean?
No Answer is Posted For this Question
Be the First to Post Answer
Name some OOPS Concepts in Java?
Explain the use of sublass in a java program?
How can final class be used?
What is cr keyboard?
Why lambda expression is used in java?
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).
byte a=5; byte b=5; byte c=a+b; System.out.println(c); whats the o/p?
Write a function for palindrome and factorial and explain?
0 Answers Honeywell, Huawei, Zomato,
is this possible to create an array of 0 length? if so how? if not so why? coz we have an array in main() likw this "static void main(String [] s) then what it signifies?
How are this() and super() used with constructors?
How do you escape json?
What are the difference between composition and inheritance in java?