what are literals in java?
Answers were Sorted based on User's Feedback
Answer / dipty
Literals are the values assigned to variables.
int num = 10;
Here 10 is the interger literal.
| Is This Answer Correct ? | 14 Yes | 2 No |
Answer / b m doss
Integer literals
String literals
char literals
Boolean literals
Floating-point literals
| Is This Answer Correct ? | 8 Yes | 0 No |
How to add panel to a Frame?
when System.out.println("") is executed what happens in the back ground?
Explain the concept of proper inheritance?
0 Answers Thomson Reuters, Virtusa,
What is unsigned char?
Which package is imported by default?
what is the purpose of using rmisecuritymanager in rmi?
Who found java?
Scenario: There are 1 to 100 numbers. Each number should be keep in the each column like from A column to Z column ie 1 to 26. From 27 to 52 should be in 2nd row in the excel sheet. This has to be continue till 100. How do you write Java program and what are various methods.
What is bean? Where it can be used?
What are thread local variables?
Give us the name of the list layoutmanagers in java?
What is the difference between procedural and object-oriented programs?