What is a line separator in java?
How can constructor chaining be done using this keyword?
Can a class extend abstract class or interface? why
Write down program for following scenario. Use java coding standard. You have array list with some words in it..we will call it as dictionary….and you have a arbitrary string containing some chars in it. You have to go through each word of dictionary and find out if that word can be constructed with the help of chars from arbitrary string given. If you find the word print it else print none.
What are null interfaces? Give some examples?
Is linked list a linear or non-linear data structure?
0 Answers Akamai Technologies,
What collections you have worked on? Internal working of Hashmap?
In what types of operations an ArithmeticException will be thrown?
How to excute - Interface - Inner class- method can any one tell how to execute/ call this main method public interface abc { static int i=0; void dd(); class a1 { a1() { int j; System.out.println("inside"); }; public static void main(String a1[]) { System.out.println("in interfia"); } } }
Can you extend more than one interface?
What's the base class in java from which all classes are derived?
Explain role of constructor in a java application?
What is vector?