what are two kinds of java

Answer Posted / guest

Mar-java and Mit-java

Is This Answer Correct ?    3 Yes 7 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Hello. How to write a C program to check and display president party like if i type in the console "biden" and hit enter the output shoud be : "biden is democrat" and if i type "trump" and hit enter the output shoud be: "trump is republican"

1584


What is a nested loop?

653


What is && in c programming?

683


What does a function declared as pascal do differently?

609


What are dangling pointers? How are dangling pointers different from memory leaks?

629






What is difference between far and near pointers?

614


int i=3; this declaration tells the C compiler to a) reserve space in memory to hold the integer value b) associate the name i with this memory location c) store the value 3 at this location d) all the above

757


What is ambagious result in C? explain with an example.

2059


What are the types of data files?

732


What is the difference between test design and test case design?

1574


What is variables in c?

611


What is p in text message?

543


write a program that reads lines(using getline), converts each line to an integer using atoi, and computes the average of all the numbers read. also compute the standard deviation.

1986


How will you print TATA alone from TATA POWER using string copy and concate commands in C?

922


What is typeof in c?

611