Can a abstract class be declared final?


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

Post New Answer

More Core Java Interview Questions

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 is operator overloading. Is it is supported in java?

0 Answers  


What are voids?

0 Answers  


What is the final keyword?

0 Answers  


How do you input a string in java?

0 Answers  






How do I convert a string to an int in java?

0 Answers  


Map map = new HashMap(2); map.add(“1”,”one”); map.add(“2”,”two”); map.add(“3”,”three”); What will happen at this line?

5 Answers   Rolta,


What is method in java with example?

0 Answers  


What is data string?

0 Answers  


Is list thread safe in java?

0 Answers  


What are the data types supported by java? What is autoboxing and unboxing?

0 Answers  


What do you mean by jjs in java8?

0 Answers  


Categories