Stack implementation in java using LinkedList||Custom Stack implementation in java using LinkedList

preview_player
Показать описание
#kkjavatutorials #Java

About this Video:
Hello Friends,
In this video,we will talk and learn about How to Implement Stack in java using Linked List ?

Source code LINK:

Follow me on Social network:

KK JavaTutorials WebSite:

Subscribe KK JavaTutorials YouTube Channel:

Subscribe My Hindi Channel(KK HindiGyan):

Some Important Playlist link on KK JavaTutorials:

Spring Framework Tutorial:

Eclipse shortcuts :

Java 8 Features Tutorial(All In One):

JDBC Tutorial in depth[Must Watch]

Java 8 Stream APIs:

WebLogic Server Tutorials:

Spring Boot Tutorial(All In One):

Hibernate Tutorials:

Java 5 new features Tutorials

Java 7 Features tutorials:

Java multithreading for beginners:

Java Collections framework Tutorials:

OOPs concepts in java Tutorials:

Design Pattern Tutorials:

Git & GitHub Tutorials:

Git & GitHub Interview Questions:
Рекомендации по теме
Комментарии
Автор

If I am not wrong Stack implementation in Stack is same as inserting and deleting elements in the front of linked list inserting at the end and deleting from the front of the implementaion of linked list is same as queue...bdw great explanation ...Tx a lot

bhaktilatadash
Автор

That was a brilliant explanation sir, thank you!!!

alhassanhassan
Автор

He doesnt explain the throws EmptyStackException part of the code. If your struggling with that part it is an import. So you have to say import at the top of your code in order to get that to work.

xJUSTxAxTHAWTx
Автор

Sir, How to implement Stack class to store characters.

deepikasrinivasasharma
Автор

Hi sir could U pls make sessions SOAP webservices ? I need that content sir

vijju
Автор

The display method is wrong because if I push (4, 5, 6, 7) the display method will print out (7, 6, 5, 4) so how do I fix that? Please Let me know anyone.

Qader
visit shbcf.ru