What is a line separator in java?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More Core Java Interview Questions

How can constructor chaining be done using this keyword?

1 Answers  


Can a class extend abstract class or interface? why

4 Answers   Wipro,


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.

0 Answers   Rolta,


What are null interfaces? Give some examples?

2 Answers  


Is linked list a linear or non-linear data structure?

0 Answers   Akamai Technologies,


What collections you have worked on? Internal working of Hashmap?

1 Answers   Bravura Solutions,


In what types of operations an ArithmeticException will be thrown?

3 Answers  


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"); } } }

1 Answers  


Can you extend more than one interface?

9 Answers  


What's the base class in java from which all classes are derived?

0 Answers  


Explain role of constructor in a java application?

5 Answers  


What is vector?

0 Answers  


Categories