Posts by Andre Carlos • 1 point
4 posts
-
0
votes3
answers644
viewsA: How to create a "Main" in an application that consumes a REST service that has all the entities in the system?
I didn’t quite understand about which application you used on the front, that front is what? Web page, application page? I will assume that you have a web front-end application (HTML, CSS and…
-
0
votes1
answer70
viewsA: Vector doubt of objects
To use an arraylist, do so. Collection collection = new Arraylist(); after that you have created your Arraylist. To add items simply paste the name of your collection. add and inside () the object…
javaanswered Andre Carlos 1 -
0
votes3
answers754
viewsA: Join objects within collection of different objects
You will be able to solve better using arraylist, if you do not know yet from a look. Now if you are doing a job for college and/or course then. First array does not accept different value types. If…
-
0
votes2
answers427
viewsA: How to create a generic class that receives data from two other classes
The good thing would be to create a database for example "restaurant". then from this you will create the classes Beans Igredientes and dishes with the attributes you would need. and the generic…