DevCubicle By Cloud Tech
  • Java
  • Spring Boot
  • python
  • Privacy Policy
  • Contact Us
  • About Us

Be Interview Ready

Java

LinkedList indexOf() method with example in java

The indexOf(E element) method of LinkedList returns the first occurrence of the specified element in this linked list. Syntax Parameter Read more…

By user, 2 years ago
Java

LinkedList lastIndexOf() method with example in java

The lastIndexOf(E element) method of LinkedList returns the last occurrence of the specified element in this linked list. Syntax Parameter Read more…

By user, 2 years ago
Java

LinkedList offer() method with example in java

The offer(E element) method of LinkedList appends the specified element at the end of this linked list. It returns true Read more…

By user, 2 years ago
Java

LinkedList offerFirst() method with example in java

The offerFirst(E element) method of LinkedList appends the specified element at the start of this linked list. It returns true Read more…

By user, 2 years ago
Java

LinkedList offerLast() method with example in java

The offerLast(E element) method of LinkedList appends the specified element at the end of this linked list. It returns true Read more…

By user, 2 years ago
Java

LinkedList peek() method with example in java

The peek() method of LinkedList retrieves but does not remove the first element in this linked list. It returns null Read more…

By user, 2 years ago
Java

LinkedList peekFirst() method with example in java

The peekFirst() method of LinkedList retrieves but does not remove the first element in this linked list. It returns null Read more…

By user, 2 years ago
Java

LinkedList peekLast() method with example in java

The peekLast() method of LinkedList retrieves but does not remove the last element in this linked list. It returns null Read more…

By user, 2 years ago
Java

LinkedList poll() method with example in java

The poll() method of LinkedList retrieves and removes the first element of this linked list. Syntax Parameters It does not Read more…

By user, 2 years ago
Java

LinkedList pollFirst() method with example in java

The pollFirst() method of LinkedList retrieves and removes the first element of this linked list. It returns null if this Read more…

By user, 2 years ago

Posts navigation

Previous 1 … 3 4 5 … 13 Next

Recent Posts

  • Capgemini Java Interview Questions – Part 1
  • Add Actuator to Spring Boot Application
  • TCS Java Interview Questions
  • How Generics Work in Java?
  • Autoboxing with Generics in Java
  • About Us
  • Contact Us
  • Privacy Policy
Hestia | Developed by ThemeIsle