why java does not support unsigned keyword?
Answer / 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 |
Is empty in java?
Hi i am creating desktop application in that i want calling to mobile number. i have java telephone api (JTAPI) but i dont understand how it configure & use plese help me
Explain all java features with real time examples
Features of JAVA ? In which version of java synchronizedXXX() methods are included in Collections class.
How do you invoke a method?
Why can't we override private static methods?
What is lexicographically smallest string?
What is an argument in java?
You can create a string object as string str = “abc”; why cant a button object be created as button bt = “abc”;? Explain
What are the Abstract Classes provided by Java?
Different types of modifiers?
java is pure object-oriented programming language?why it is platform independent.