"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 7714what is the use of clone method? why user cant overwrite in sub class without its proper defination.
TCS,
2 6290What 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 14317Write 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).
2145Write 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).
2725
Which is better 64 bit or 32 bit?
what is mena by object block any what is the use of that
what is a working thread? : Java thread
What is primitive array?
What are predicates in java 8?
In java, how we can disallow serialization of variables?
What is the synonym of framework?
Which of the classes will have more memory allocated?
What is a java list?
A non-static inner class may have object instances that are associated with instances of the class’s outer class. A static inner class does not have any object instances.
What is the private method modifier?
Why are data types important?
Implement a stack with push (), pop() and min() in O(1) time.
Describe the process as to how substring() methodology mechanisms in java.
how to split string in java?