Check out some similar questions!
How to store Scanner data in string in java?
[ 0 Answers ]
I am new to java, currently I am working on a program regarding networking. My program compiles without error. I have placed 3 checks in my program. It passes through check 1 but does not reach 2. I want string player2msg to store whatever data comes from scanner fromServer. I expected...
Having difficulty with Java String
[ 1 Answers ]
Can someone please me how I can write a Java code to transform the quantity 6 As into the string AAAAAA. I'm trying this, but it does not work: public class Letters { public static void main (String args) { String words=" "; String numberofwords="A"; int wordcount=6;
Convert arraylist to an array of arraylist!
[ 0 Answers ]
I do have an ArrayList and I want to convert it to an array of arrayList. I have a class X that has an ArrayList. And In the main class , I have an ArrayList that has many X objects. I want to create a new Array of ArrayList Y that has the element of the ArrayList from X in my ArrayList. How... View more questions Search
Add your answer here.
|