Given a singly linked list, find the middle of the list in a single traversal without using temporary variable.
No Answer is Posted For this Question
Be the First to Post Answer
What classes of exceptions, caught by a catch clause?
as we know a static method could access static data and static method only. then how could main method call the object of aclass which is not static and other non static data
What is the use of toarray () in java?
What is api data?
What is sleep method?
Why is a singleton bad?
how can be object class inherited to all class in a program when java does not support multiple inheritance??
Why java is secure? Explain.
Can we use switch statement with strings?
Why put method is idempotent?
Can a class with private constructor be extended?
What access modifiers can be used for methods?