What are three advantages of using functions?
No Answer is Posted For this Question
Be the First to Post Answer
Differences between jdk 1.4 and 1.5
6 Answers SoftSol, TCS, Wipro,
when System.out.println("") is executed what happens in the back ground?
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).
Is string a wrapper class?
Infinite loop using while ?
How do you do exponents in java?
Can you override private or static method in java?
What is Interface?
Can we declare a class as static?
Is static a keyword in java?
What is the maximum size of list in java?
Can string be considered as a keyword?