why java does not support unsigned keyword?

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


Please Help Members By Posting Answers For Below Questions

How to sort numbers in java without array?

765


What is a byte array?

866


Why can't we use static class instead of singleton?

740


What is a method type?

749


Write a program in java to create a doubly linked list containing n nodes.

764


What is a website container?

709


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.

825


Can array grow dynamically in java?

749


What is a double?

847


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.

792


how to create daemon thread in java?

863


Can we make a constructor final?

793


Does a function need a return?

768


Explain about fail safe iterators in java?

808


What is the use of string and stringbuffer?

788