Answer Posted / boo
like said many times before me, primatives types arent
objects. Null isn't an object (I am saying this even though
it may seem trivial to some people). Exception Class
doesn't fall under Object either.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How do you use substring in java?
Which arithmetic operations can result in the throwing of an arithmeticexception?
What is length in java?
What is difference between string and new string?
Can substring create new object?
Write a program to print 15 random numbers using foreach of java 8?
What is append function?
Which collection does not allow duplicates in java?
Differences between traditional programming language and object oriented programming language?
What is exception in java?
How does the java compiler work?
Why multiple inheritance is not supported by java?
What are the types of inner classes (non-static nested class) used in java?
What is local variable and instance variable?
Write an algorithm program in java for the following question.. 1) S is a set of integers.X is an integer obtained by sum of two digits in S. Write logic for whether or not the X is from the S. The time of algorithm should not exceed o(n logn).