What is static data type in java?
No Answer is Posted For this Question
Be the First to Post Answer
how to convert mm/dd/yy to dd/mm/yy using collections in java.
What are the names of interfaces that doesn't consists of method/s ?
What are the disadvantages of object oriented programming?
What is the purpose of an interface?
What is function and its uses?
What is jagged array in java?
What is the buffer limit?
Considering notepad/ie or any other thing as process, what will happen if you start notepad or ie 3 times? Where 3 processes are started or 3 threads are started?
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).
make a method which any number and any type of argument and print sum of that arguments.....
Can a hashset contain duplicates java?
What is the intersection and union methods?