Posts by JavaTest • 41 points
3 posts
-
2
votes1
answer235
viewsQ: Array elements based on position
I’m developing a small project in android studio where I have a listview where the data is introduced through an array. But what I need is, when the user selects some element from the list, based on…
-
2
votes1
answer494
viewsQ: Repeated Elements Linked List
/* * To change this template, choose Tools | Templates * and open the template in the editor. */ package TrabalhoFinal; import java.util.Collection; import java.util.Iterator; /** * * @author rjs */…
-
0
votes0
answers38
viewsQ: Linked List Java net Beans
I have a problem that is basically a public service that consists of creating a CRUD of customers and then selecting a type of service (A,B,C), and then showing by order. I am using Linkedlist but…