Explain some best practices you would apply while using collection in java?
No Answer is Posted For this Question
Be the First to Post Answer
What is the % operator?
How java uses the string and stringbuffer classes?
What is tcp ip in java?
What is use of inner class in java?
What is primitive array?
What is a deadlock ?
class A{ m2(){ } } class B extends A{ m2(){ } } class c extends B{ m2(){ } } class my_class extends c{ m2(){ } pulic static void main(){ ...My_class a = new my_class(); super.super.super.m2(); is this is leagal if not find what is the legal procedure in order to call A's version of m2(); }
what is the need to set path in java? how many ways to set path in java? Explain breif?
how does multithreading take place on a computer with a single cpu? : Java thread
Which is better arraylist or vector?
Define iterator and methods in iterator?
Explain tree set and its features?