Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
0% Quality Score
Upvotes Received
0
Posts with Upvotes
0
Upvoting Members
0
Downvotes Received
1
Posts with Downvotes
1
Downvoting Members
1
0 Endorsements
~1K People Reached
Favorite Forums
Favorite Tags
java x 8
Member Avatar for loveu

how to fix the errors? [CODE]package app.util; import java.io.*; import java.util.ArrayList; import java.util.List; import app.obj.Book; public class BookDatabaseReader { public BookDatabaseReader() { bookDatabase = new File("C:"+File.separator+"User"+File.separator+"Marissa"+File.separator+"Desktop"+File.separator+"eto na"+File.separator+"dat"+File.separator+"bookdb.txt"); } public List<Book> getAllBooks() { List<Book> bookList; bookList = new ArrayList<Book>(); BufferedReader reader = null; reader = new BufferedReader(new FileReader(bookDatabase)); for(String str = …

Member Avatar for sirlink99
0
794
Member Avatar for loveu

PK   õS%=   META-INF/MANIFEST.MFþÊ óMÌËLK-.Ñ K-*ÎÌϳR0Ô3àårÎI,.Ö H,É°RÐãåòMÌÌÓ‹Y)$è•æå¥é)^.^. PKKÓÏŒB G PK út$=  app/PK út$=  app/obj/PK   út$=  app/obj/User.classuQËNÂ@=Û:`Á ¾ßÄÄ&n5nL\AÝšG,ÁbÚâwi¢1qáøQÆ;CXëæ¾zî™sn¿¾?>`'‹v¿Õµ¯|ée‘b0»âIØ=ávìóVW¶†¢ n¥ܸƒ‡–ôʍ1¨xŽÛ9dÈ÷„Oñ Œ;Ç5™#Çu‚c†dm÷š!uÒ¿•’(päaä0Í@C‰#Œªf8²Ãj–#‡ ÃtÃqå™~þR´zRiè·EïZxŽêÃa*¸w|ܘ´EÚxG±<«¶ç€û¿P³µ¿ e §ŒžiHxO'¬üß}^ßaˆ-Ñ·f䐥Îß™Ñ켶<u”¡¼2°¯d`Î‘¤_—DB݉ª„º’Î9³„ ‹Rœ¢î‚ætYTëïàõrñ ¦Že­½X¡X!:E›¢l‘IDê«4åC Ìaž2ÃCz›²ú–®¿¢ü<"Ëè¡1±œ-/a9\>&tB¡ë{$h,ÅÐÓí5Ceˆ Tµ¢_`XbE…˜±BÖâ…XQ!3´cý#d=²ÏeF¹Ô•«ÿp¥C®ÍXSfÔÔ|¬©-ÚþPKñFpݽ á PK   út$=  app/obj/Book.class}”ÛNÛ@†ÿÍÁIÌÂÉÊ!„C@IKÏ!‘J•¢rĽn0Mcäl¨úV­TÔª}€>TÕÙµ ©Y÷fgwvæŸog,ÿúýã'€ìåbàÎåeÝo_Ô¾ÿ>‡ Cé¹rê]§×©µ/ÜSÁžèº ÍÛ»–¼^g—ÁpâÜLá §+uú “C¡‡=ávÜ€bͶ¼=¸r¼.%ö…#;ÓöƒÀÿèž5>µÄàÌ퉷ƒm—$=¯ç‰}†´]=aȼöÏ\iŒs1šÇ$ `˜æȐ»Ž s¸—Ã<Ãø Ž,2䮜îÀ=zÇ`Ù‡U ­T[æÈ£ w+f¸[å …

Member Avatar for NormR1
-1
168
Member Avatar for loveu
Member Avatar for JamesCherrill
0
88
Member Avatar for loveu

I have to use contains method on my program. If the user input "ar", all that contains "ar" of the list will be the output. please help me..

Member Avatar for NormR1
0
44
Member Avatar for loveu

A java program that accepts one string as input Example Input: Bleach,22,13,TiteKubo Output: Name of manga: Bleach No. of copies: 22 Book borrowed: 13 Author: TiteKubo

Member Avatar for javaAddict
0
94