Posts by user3000135 • 127 points
3 posts
-
1
votes1
answer2956
viewsQ: How to check if a file already exists and overwrite it in Java?
Hello. I am developing a system where in a certain situation, I must save a file with a picture extension created by me. If the file already exists, I check with the user if he wants to overwrite…
-
4
votes2
answers377
viewsQ: Convert a decimal number to binary in LISP language
Taking into account that it is necessary to divide the number by 2 until it is equal to 1, and to reorganize the remains, how this conversion could be made into LISP?
lispasked user3000135 127 -
7
votes3
answers7833
viewsQ: Count elements in a Java Arraylist
I have a Arraylist calling for tracklist within the class Album, that contains a number of songs. I need to go through and return how many songs are within the album through a class I named…
javaasked user3000135 127