Is java is a fully object object oriented language?
Answer Posted / rajesh
Except in case of primitive data types.
Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What methodology can be utilized to link to a database?
Are registers volatile?
Write a function to find out longest palindrome in a given string?
What are voids?
How do you sort in ascending order in java?
Can a static class have a constructor?
What is scanner in java?
What is the use of default method in interface in java?
What are streams in java 8?
Is singleton a bad practice?
What is anti pattern in programming?
What is the set interface in java programming?
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 is the private method modifier?
How hashmap works in java?