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 |
Explain about procedural programming language or structured programming language and its features?
How is hashcode calculated in java?
how are methods defined?
what is the difference between cd & dvd ?
30 Answers Lovely Professional University, Satyam, Sibylsys,
What is the use of 'super' keyword inside a constructor?
0 Answers Flextronics, Thomson Reuters, Virtusa,
Which method you will use to create a new file to store some log data. Each time a new log entry is necessary, write string to the file in java ?
StringBuilder s = new StringBuilder("Hello Mom");s.append(",I mean,Mother"); Response.Write(s.ToString()); String s = "Hello Mom"; s+ = ",I mean Mom"; Response.Write(s); Which is faster ? which uses the most memory?
can we override the main() method in java????
3 Answers Vimukti Technologies,
How many types of classes are there in java?
What are the different types of collections in java?
What are the 3 types of control structures?
Write a program to print fibonacci series