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

what would be the output of the following program? main() { int k = 123; char *ptr; ptr = &k; printf("%d",*ptr); }

4 Answers  


what is the advantage of software development

1 Answers  


Dear Sir, we are required the bubble sorting programs Regs Prem

1 Answers  


hat is a pointer?

4 Answers   Assurgent,


#include<stdio.h> main() { int a[3]; int *I; a[0]=100;a[1]=200;a[2]=300; I=a; Printf(“%d\n”, ++*I); Printf(“%d\n”, *++I); Printf(“%d\n”, (*I)--); Printf(“%d\n”, *I); } what is the o/p a. 101,200,200,199 b. 200,201,201,100 c. 101,200,199,199 d. 200,300,200,100

1 Answers  


const char * char * const What is the differnce between the above tow?.

6 Answers   Ramco, TCS,


What is the difference between the expression “++a” and “a++”?

1 Answers  


what is computer

4 Answers  


how to create c progarm without void main()?

1 Answers   NIIT,


name the language for writing c compiler?

3 Answers   Microsoft,


What is the proper way of these job Tell me about there full work

0 Answers   EDS,


What are the average number of comparisons required to sort 3 elements?

2 Answers   DRDO,


Categories