Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

why java is called as a purely oops language.

Answer Posted / kiran

In Java,since every statement is written under some class( including main()), we can call-it pure o-o. But, Smalltalk is the language that is pure o-o than java

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

using only #include and #include Write a program in C that will read an input from the user and print it back to the user if it is a palindrome. The string ends when it encounters a whitespace. The input string is at most 30 characters. Assume the string has no spaces and distinguish between and lowercase. So madam is a palindrome, but MadAm is not a palindrome. Use scanf and %s to read the string. Sample Test: Enter a string: madam madam is a palindrome. Enter a string: 09023 09023 is not a palindrome.

1813


Explain threaded binary trees?

1159


What are the output(s) for the following ? #include char *f() {char *s=malloc(8); strcpy(s,"goodbye")} main() { char *f(); printf("%c",*f()='A'); }

1186


why wipro wase

2313


Explain high-order and low-order bytes.

1100


How can I check whether a file exists? I want to warn the user if a requested input file is missing.

1150


Which is the best website to learn c programming?

1078


how to write optimum code to divide a 50 digit number with a 25 digit number??

3270


Can you apply link and association interchangeably?

1125


How to compare array with pointer in c?

1107


write a program to rearrange the array such way that all even elements should come first and next come odd

2279


What is data structure in c programming?

1080


What are logical errors and how does it differ from syntax errors?

1302


5 Write an Algorithm to find the maximum and minimum items in a set of ā€˜n’ element.

2113


How to check whether string is a palindrome, WITHOUT USING STRING FUNCTIONS?

16785