Answer Posted / dubeysunny74@gmail.com
In Java all data type by default signed so there is no keyword
unsigned.
Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
How to sort numbers in java without array?
What is a byte array?
Why can't we use static class instead of singleton?
What is a method type?
Write a program in java to create a doubly linked list containing n nodes.
What is a website container?
Write a regular expression to validate a password. A password must start with an alphabet and followed by alphanumeric characters; its length must be in between 8 to 20.
Can array grow dynamically in java?
What is a double?
A non-static inner class may have object instances that are associated with instances of the class’s outer class. A static inner class does not have any object instances.
how to create daemon thread in java?
Can we make a constructor final?
Does a function need a return?
Explain about fail safe iterators in java?
What is the use of string and stringbuffer?