Answer Posted / videh jaiswal
Thread can be implement by Using Runnable Interface,
by use of Public void run();
| Is This Answer Correct ? | 6 Yes | 0 No |
Post New Answer View All Answers
Why is javac not recognized?
What is the first argument of the string array in main method?
What are java’s rules regarding tabs, spaces and newline characters?
What is hql 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.
What is cache in java?
What is java flatmap?
What if the main method is declared as private?
How can one prove that the array is not null but empty?
What are jpa repositories?
What is a driver in java?
What do you understand by numeric promotion?
What is loose coupling in java?
Write a class which checks whether a given number is prime or not. Write another class to implement the behavior of previous class and print the series of twin prime number upto a given range.
Why struts framework is used in java?