Answer Posted / prasad
Transient variable is a variable that can't serializable
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
What is difference between loosely coupled and tightly coupled in java?
What are struts java?
What are messages in java?
What is lambda used for?
Which is better openjdk or oracle jdk?
What is the front end for java?
Who is at risk in java? : java security
What does public static void main(string[]) mean?
Can we use lambda without functional interface?
What is interceptor in java?
there are 67 seats in train . there are only 5 seats in a row and in last row there are only 2 seats. One person can reseve only 5 seat at a time. If person reserving seat , the care is atken that he may get all in row. if seats are not available in row then the arrangement is so that person group get nearby seats. the following class is given public class seat { char name; int seat; boolean isSeatempty } 1.Draw require class digram and object diagram. 2.Write function seatallot(int noofperson) to allocate seat with seat nuber printed for the each name.
Why is lambda expression used?
Name primitive java types.
When a thread is created and started, what is its initial state?
I run a web server. Am I at risk? : java security