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...

what are two kinds of java

Answer Posted / swe

PrimitiveType
ReferenceType

Is This Answer Correct ?    9 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are the different types of linkage exist in c?

1073


Is there any data type in c with variable size?

1144


Draw a diagram showing how the operating system relates to users, application programs, and the computer hardware ?

2622


What are reserved words with a programming language?

1199


What is the best way to store flag values in a program?

1122


Does sprintf put null character?

1091


Write a program of prime number using recursion.

1127


Distinguish between actual and formal arguments.

1124


What is meant by int main ()?

1255


Why is a semicolon (;) put at the end of every program statement?

1123


Why is it that not all header files are declared in every C program?

1280


What are the three constants used in c?

1039


Explain what is wrong with this program statement?

1155


What are Macros? What are its advantages and disadvantages?

1216


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'); }

1222