Which data type value is returned by all transcendental math functions?

Home | Discussion Forum

Which data type value is returned by all transcendental math functions?

View More Related Question

2) Which of the following are legal lines of Java code?

  1. int w = (int)888.8;
  2. byte x = (byte)100L;
  3. long y = (byte)100;
  4. byte z = (byte)100L;

3) Size of float and double in Java is

4) What is the output of below code snippet?

  class A
{
}
enum Enums extends A
{
ABC, BCD, CDE, DEF;
}

5) If we try to add Enum constants to a TreeSet, what sorting order will it use?

UP Gk Online Test

taiyari24hour.com

Study 2 Online Says....
Kindly log in or signup.