what are two kinds of java

Answers were Sorted based on User's Feedback



what are two kinds of java..

Answer / swe

PrimitiveType
ReferenceType

Is This Answer Correct ?    9 Yes 1 No

what are two kinds of java..

Answer / guest

Mar-java and Mit-java

Is This Answer Correct ?    3 Yes 7 No

Post New Answer

More C Interview Questions

main() { int x=20,y=35; x = y++ + x++; y = ++y + ++x; printf("%d %d\n",x,y); } what is the output?

10 Answers   Ramco,


What is the scope of static variables in c language?

0 Answers  


What is the difference between void main() and void main (void) give example programme?

0 Answers  


An array name contains base address of the array. Can we change the base address of the array?

4 Answers   NMIMS, Wipro,


Write a program in c to replace any vowel in a string with z?

0 Answers   IBS,


Is it possible to execute code even after the program exits the main() function?

0 Answers  


What do header files do?

0 Answers  


why use "return" statement a) on executing the return statement it immediately transfers the control back to the calling program b) it returns the value present in the parentheses return, to the calling program c) a & b d) none of the above

0 Answers  


Can include files be nested? How many levels deep can include files be nested?

0 Answers   Aspire, Infogain,


Explain the properties of union. What is the size of a union variable

0 Answers  


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

4 Answers   TCS,


write a program to display the array elements in reverse order in c language

16 Answers  


Categories