employer cover photo
employer logo
employer logo

Accede Software Solutions

Est-ce votre entreprise ?

Question d’entretien chez Accede Software Solutions

About your projects? and your interest? Reverse a Linked List

Réponses aux questions d'entretien

Utilisateur anonyme

8 oct. 2016

I wrote a code

Utilisateur anonyme

25 juil. 2017

We can do this using ListIterator ListIterator i=li.listIterator(li.size()); while(i.hasPrevious()) { String data=i.previous().toString(); System.out.println(data); }