What is java util list?
No Answer is Posted For this Question
Be the First to Post Answer
What is java used for on a computer?
Can an anonymous class be declared as implementing an interface and extending a class in java programming?
What are different types of multitasking?
What the difference is between execute, execute Query, execute Update?
What do you mean by stream pipelining in java 8?
what should do when using multiple catch() block & what should never do for the same?
What are the four versions of java?
Difference between operator overloading and function overloading
0 Answers Tavant Technologies, Virtusa,
In collection sorting comparable and comparator interface will be used..but why this two interfaces required..two will work same purpose so why there are two interfaces instead of one?when to use comparator and when to use comparable?
can u handle an error if u write Thowable in the catch class lise try { some errorneous code }catch(Throwable e){ ...}
How can be define MARKER interfce in java
what difference between throw and throws in exception handling.