"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 7828what is the use of clone method? why user cant overwrite in sub class without its proper defination.
TCS,
2 6431What 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 14413Write 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).
2238Write 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).
2776
How do you print array in java?
Similarity and difference between static block and static method ?
Can we nested try statements in java?
How do I type unicode?
What are synchronized methods ?
What is google full form?
What is an argument in java?
Can we have this () and super () together?
What is exception in java?
How big is a pointer?
How do you clear an arraylist in java?
Can a final variable be manipulated in java?
List out benefits of object oriented programming language?
What is Java Reflection API? Why it’s so important to have?
What is string variable?