Answer Posted / ramesh hurakadli
Java is not pure Object Oriented Programming
language,Because it supports primitive data types.so java is
not pure Object Oriented Programming language.Smalltalk is
the only language which is pure Object Oriented Programming
language.Which languages does supports primitive data types
those are not pure Object Oriented Programming language's.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is ide with example?
Write a program to print 15 random numbers using foreach of java 8?
Differentiate between stringbuffer and stringbuilder in java.
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 a boolean used for?
Can we have two methods in a class with the same name?
Why is a singleton bad?
If you are given the name of the function at run time how will you invoke the function?
what is the swingutilities.invokelater(runnable) method for? : Java thread
What is mvc in java?
What does += mean coding?
When is the finally clause of a try-catch-finally statement executed?
Can private method static?
What is get () in java?
How do you reverse a word in java?