what is the meaning of java that is (J A V A) full form of
JAVA

Answer Posted / srikanth kothakonda

java is an object oriented programming language . invented by james gosling

Is This Answer Correct ?    1 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Write a program to implement a round robin scheduler and calculate the average waiting time.Arrival time, burst time, time quantum, and no. of processes should be the inputs.

630


Explain what is the best way to comment out a section of code that contains comments?

724


‎How to define structures? · ‎

636


What does s c mean in text?

620


What are the 4 types of unions?

614






What is hashing in c?

647


main(){char *str;scanf("%s",str);printf("%s",str); }The error in the above program is: a) Variable 'str' is not initialised b) Format control for a string is not %s c) Parameter to scanf is passed by value. It should be an address d) none

728


which of the following is not a character constant a) 'thank you' b) 'enter values of p, n ,r' c) '23.56E-o3' d) all of the above

1421


stripos — Find position of first occurrence of a case- insensitive string int stripos ( char* haystack, char* needle, int offset ) Returns the numeric position of the first occurrence of needle in the haystack string. Note that the needle may be a string of one or more characters. If needle is not found, stripos() will return -1. The function should not make use of any C library function calls.

1858


When was c language developed?

706


What should malloc(0) do?

619


Explain the array representation of a binary tree in C.

731


What is a stream?

655


Is a pointer a kind of array?

602


I was asked to write a program in c which when executed displays how many no.of clients are connected to the server.

1908