Name the method that used to clear the buffer ?
Answers were Sorted based on User's Feedback
What is scope & storage allocation of global and extern variables? Explain with an example
For ease of programming you can consider the maze as a 2D array with colors represented by below integer and characters (in capital letters). • B - Black • W -White • G- Green • R- Red R B W B W W W W W W B W B B W W W W W W W B W B W W W B W W W W B B W W W B W W W B W W B B B B W B W B W W B W W W B W W W B B B W W B W W W B W W B W B W W W B W B W W W W B B W W W W B W W W W W G Shortest Route Problem: • Solution that finds the shortest Route between Red and Green  White will have 1 Weight.  Red and Green carry no weights.  Shortest path is the path with less weight when you add up the weights in the path.
Can you override static methods?
What is void data type?
Can you explain the meaning of aggregation and composition
how to make hashmap object as synchronized object?
How can I become a good programmer?
What is threaded programming and when is it used? : Java thread
can any one tell me when do u go for inheritance and polymorphism
What is meant by vector class, dictionary class, hash table class, and property class?
Is java written in c?
What is the preferred size of a component?