What is Collections API?
Answer / ravikiran(aptech mumbai)
collections api contains group of classes and interfaces and
methods that deal with insertion,deletion and retrieval of
objects from a particular collection
| Is This Answer Correct ? | 1 Yes | 2 No |
can u give one sinario when you use Abstract Class and When you use Interface.
What are library required to connect to excel sheet.
How does linkedhashmap work in java?
What is the difference between form & report?
Can you sort a list in java?
What is arraylist class in java?
How do I compare two strings in word in java?
How many types of methods are there?
What are access specifiers in java ?
0 Answers Akamai Technologies,
What is the difference between a synchronized method and a synchronized block?
public class BatchTest { public static void main(String[] args) { Runtime run = Runtime.getRuntime(); try { Process p = run.exec("cmd start /c D:/test.bat"); System.out.println(p.exitValue()); } catch (Exception e) { e.printStackTrace(); } System.out.println("FINISHED"); } }
what is the use of abstract class and interface with example?
2 Answers Cycore, DNS, Technoram,