"we cannot create an object of interface but we can create a variable of it".diacuss the statement with the help of an example.
2 7722what is the use of clone method? why user cant overwrite in sub class without its proper defination.
TCS,
2 6294What is actual difference between statement,prepared statement and callable statement and when we have to use it? pls post a answer with code and clear explanation. thanks
2 14321Write an algorithm program in java for the following question.. 1) S is a set of integers.X is an integer obtained by sum of two digits in S. Write logic for whether or not the X is from the S. The time of algorithm should not exceed o(n logn).
2154Write 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).
2731
what are three ways in which a thread can enter the waiting state? : Java thread
What is supplier in java?
What is difference between == equals () and compareto () method?
What classes of exceptions may be caught by a catch clause in java programming?
Why do we declare a class static?
What is finalize method?
What is string subsequence method?
What is java object name?
What is difference between throw and throws ?
What is the vector class in java programming?
What is null mean in java?
Objects or references which of them gets garbage collected?
Explain the difference between call by refrence and call by value?
How does remove work in java?
How many characters is 2 bytes?