Which of the following will store the number 320000 as a Float number?
counPop = (float) 3.2e5;
counPop = (float) 3.2e6;
counPop = (float) .32e5;
counPop = (float) .32e7;
Which of the following will store the number 320000 as a Float number?
`break`statement is used _______. |
Answer |
Which of the following keyword supports dynamic method resolution? |
Answer |
What does STL stand for? |
Answer |
A struct is the same as a class except that |
Answer |
A white space is: |
Answer |
Which of the following creates a virtual relation for storing the query? |
Answer |
In the architecture of a database system external level is the |
Answer |
Which operator can be used with a multiple-row subquery? |
Answer |
What is true about updates through a view? |
Answer |
Which constructs an anonymous inner class instance? |
Answer |