What is vector?
No Answer is Posted For this Question
Be the First to Post Answer
how to connect one jsp page to another jsp page????
How variables are stored in memory?
what is the diffrence between class and object?
Is java hard to learn?
What do negative exponents mean?
Explain, why the constructor is required in implemented class?
I want my class to be developed in such a way that no other class (even derived class) can create its objects. Define how can I do so?
System.out.println(101/14) what is the output? a)6 b)14 c)7.14 d)0
What is meant by polymorphism?
what is the diff between Servletcontext and servletconfig?
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).
What is the size of arraylist in java?