ALLInterview.com :: Home Page KalAajKal.com
 Advertise your Business Here     
Browse  |   Placement Papers  |   Company  |   Code Snippets  |   Certifications  |   Visa Questions
Post Question  |   Post Answer  |   My Panel  |   Search  |   Articles  |   Topics  |   ERRORS new
   Refer this Site  Refer This Site to Your Friends  Site Map  Bookmark this Site  Set it as your HomePage  Contact Us     Login  |  Sign Up                      
tip   To Refer this Site to Your Friends   Click Here
Google
 
Categories  >>  Software  >>  Programming Languages  >>  C
 
 


 

 
 C interview questions  C Interview Questions
 C++ interview questions  C++ Interview Questions
 VC++ interview questions  VC++ Interview Questions
 Delphi interview questions  Delphi Interview Questions
 Programming Languages AllOther interview questions  Programming Languages AllOther Interview Questions
Question
why java is called as a purely oops language.
 Question Submitted By :: Annesha
I also faced this Question!!     Rank Answer Posted By  
 
  Re: why java is called as a purely oops language.
Answer
# 1
Java is not at all a purely oops language.

A language is called to be purely oops language if and only
if what ever we use in that are objects, including data
types. java still uses c types only except for Strings.
 
Is This Answer Correct ?    0 Yes 4 No
Sujith
 
  Re: why java is called as a purely oops language.
Answer
# 2
java is called purely oops language why because poor opps 
language means every thing should be done with the help of 
objects only.in java whenever it is still using the c types
(just java is using the best functionalities in java)it is 
possessing the oops concepts.it is clear that in java every 
thing should be with in a class or a object.with out using 
object we cannot do any thing in java.
 
Is This Answer Correct ?    1 Yes 1 No
Bhagya
 
 
 

 
 
 
Other C Interview Questions
 
  Question Asked @ Answers
 
How can I get Single byte from 'int' type variable? Can we alter single bit or multiple bits in int type variable? if so, How?  2
how to find out the inorder successor of a node in a tree?? TCS2
write program on arrays GE2
program for comparing 2 strings without strcmp()  3
what is calloc and malloc?  1
How can I call a function, given its name as a string? ABC-Telecom2
Suppose I want to write a function that takes a generic pointer as an argument and I want to simulate passing it by reference. Can I give the formal parameter type void **, and do something like this? void f(void **); double *dp; f((void **)&dp);  1
what will happen if you free a pointer twice after allocating memory dynamically ? Novell2
write a own function for strstr LG-Soft1
When is an interface "good"?  1
I use turbo C which allocates 2 bytes for integers and 4 bytes for long. I tried to declare array of size 500000 of long type using the following code... long *arr; arr=(long *)(malloc)(500000 * sizeof(long)); It gives a warning that "Conversion may lose significant digits in function main"... And the resulting array size was very less around 8400 as compared to 500000. Any suggestions will be welcomed....  2
what is the different between if-else and switch statment (other than syntax) CTS9
plssssss help !!....using array.. turbo c.. create a program that will accept number of words to be consored. .a word must not exceed 10 characters long .the text to be entered will be no longer than 200 characters .there will be no 10 words example: enter number of words to be censor: 5 enter words to censor: windows office microsoft bill gates enter text to censor: bill gates founded microsoft and makes office and windows sample output: <consored> <censored> founded <censored> and makes <censored> and <censored>  1
how to print value of e(exp1)up to required no of digits after decimal?  1
what is y value of the code if input x=10 y=5; if (x==10) else if(x==9) elae y=8; a.9 b.8 c.6 d.7 TCS2
how to implement stack work as a queue?  2
what is the output for the code : main() { int i,j; printf("%d %d ",scanf("%d%d",&i,&j)); } Infosys15
pgm to find middle element of linklist(in efficent manner) Huawei2
10. Study the code: void show() main() { show(); } void show (char *s) { printf("%sn",s); } What will happen if it is compiled & run on an ANSI C Compiler? A)It will compile & nothing will be printed when it is executed B)it will compile but not link C)the compiler will generate an error D)the compiler will generate a warning Accenture4
How to find the given no is odd or even without checking of any condition and loops. (Hint: Using array)  4
 
For more C Interview Questions Click Here 
 
 
 
 
 
   
Copyright Policy  |  Terms of Service  |  Help  |  Site Map 1  |  Articles  |  Site Map  |   Site Map  |  Contact Us interview questions urls   External Links 
   
Copyright © 2007  ALLInterview.com.  All Rights Reserved.

ALLInterview.com   ::  Forum9.com   ::  KalAajKal.com