How does a cookie work in Servlets?
what are Checked & Unchecked exceptions ?
How do you create a sop?
How many types of gc are there in java?
If a multi threaded Java program has started numerous number of threads, at any point in time how to know which thread is currently executing/running ?
7 Answers Accenture, College School Exams Tests, iFlex, NIIT,
What is the synonym of framework?
What is downcasting?
What is int lol?
solve (x-1)(x-9)=8;
3 Answers IBM, Manhattan, TCS,
what are depricated methods in threads and explain the lifecycle methods
Write a java program to find the route that connects between Red and Green Cells. General Rules for traversal 1. You can traverse from one cell to another vertically, horizontally or diagonally. 2. You cannot traverse through Black cells. 3. There should be only one Red and Green cell and at least one of each should be present. Otherwise the array is invalid. 4. You cannot revisit a cell that you have already traversed. 5. The maze need not be in the same as given in the above example
Explain java coding standards for classes or java coding conventions for classes?
What is the use of join method?