InterviewSolution
Saved Bookmarks
| 1. |
[Can anyone plzzz tell me it's urgent].A. Fill in the blanks.Hints: digit,Java,string,Operands,Sun Microsystems,1991,file,constants,objects,ternary.1) ____________ is the company where Java was first developed.2. The file extension of a program in____________is java.3) The name of a Java identifier must not start with a________literal.4. "Computer Science" is an example of a___________literal.5) _________ are the values on which the operators act.6) Java was developed in the year____________.7) The particular instance of a class which exist, is known as_____________.8) A Java program must be contained in a__________.9. Literals are also called__________.10. The conditional operator is also called____________operator. |
|
Answer» Answer: 1 )SUN microsystem 2 ) java 3 )constant 4. )digit 5 )operands 6 )1991 7 )operands 8 )file 9 )strings 10)TERNARY |
|