Writing code with multiple Class Methods and String Arrays

Writing code with multiple Class Methods and String Arrays

So what I am trying to do is create a code that lists music artists names using user input. It has to have multiple classes so I will have a main class, and a class for each decade of music. Music.java six.java seven.java eight.java

In these classes I need to create string arrays that contain artist names, and be able to generate the entire list once prompted.

To give a better idea of how the code will run it would go something like: Choose a decade of music: 70's Choose a genre of music: Rock Choices are: Rolling Stones, Talking Heads, etc.

That's all I need it to do but I'm getting stuck on what to put in the main class "music.java" to get it to read the other classes and furthermore how to write the decade classes.

I understand I don't have much to offer you guys here but any help would be appreciated.

View Answers









Related Tutorials/Questions & Answers:
Writing code with multiple Class Methods and String Arrays
Writing code with multiple Class Methods and String Arrays  So what I... input. It has to have multiple classes so I will have a main class, and a class... In these classes I need to create string arrays that contain artist names, and be able
Writing code with multiple Class Methods and String Arrays
Writing code with multiple Class Methods and String Arrays  So what I... input. It has to have multiple classes so I will have a main class, and a class... In these classes I need to create string arrays that contain artist names, and be able
Advertisements
Can I have multiple main() methods in the same class?
Can I have multiple main() methods in the same class?  Hi, Can I have multiple main() methods in the same class?   Hi, No, We cann't use multiple main() method within the same class. If we do this then the program
String toLowerCase and toUppercase methods example
.style1 { font-size: medium; } String toUpperCase() and toLowerCase() methods example:- String class provides methods toUpperCase() and toLowerCase(). Method toUpperCase() convert alphabetical characters in the string
Arrays, loops and string handling
Arrays, loops and string handling  How would i go about in creating a program to mark and grade a set of multiple choice test results... correct answers using JOptionPane dialog box and store the entire answer as on string
String Class in Action Script3
.style1 { font-size: medium; } String Class in Action Script3:- String class is a data type. String class provides methods for access... types of String class objects. String class have different types of constructors
writing a code - Java Beginners
writing a code  write a code for a class called display... the following code: class display{ String name; int age; public display(String n,int a){ this.name=n; this.age=a; } public String toString() { return "Name
String Methods - Java Beginners
String Methods  Greetings RoseIndia Team; Thank you for your.... I have to write a program that accepts multiple sentences (at least 2..., thank you for your assistance.   Hi Friend, Use the following code
how to use StringTokenizer to retrieve the class name, attributes name and methods name from the Java Source Code
one problem which is retrieve the Class Name, Attributes Name and Methods Names...how to use StringTokenizer to retrieve the class name, attributes name and methods name from the Java Source Code  hi, I have done a program whereby
java object class methods
java object class methods  What are the methods in Object class?  There are lots of methods in object class. the list of some methods are as- clone equals wait finalize getClass hashCode notify notifyAll
to create a java class and methods
to create a java class and methods  How to create a java class without using the library class to represent linked lists of integers and also provide it with methods that can be used to reverse a list & append two lists.Also
what is class methods in objective c
what is class methods in objective c  What is class methods in objective c? Explain the class method of objective c with the help of an example
what is class methods in objective c
what is class methods in objective c  What is class methods in objective c? Explain the class method of objective c with the help of an example
(ii) String and String Buffer Class
(ii) String and String Buffer Class  difference between String and String Buffer Class
(ii) String and String Buffer Class
String and String Buffer Class  differences between : String and String Buffer Class
creating class and methods - Java Beginners
of the Computers. This class contains following methods, - Constructor method...: import java.util.*; public class Computer{ static String name; static int... quantity; public Computer(String n,int s,int sp,String m,double p,int q
Determine if string is in class
and a Car class. The string is the name of the car, which i have multiple in my linked.... import java.util.*; class Car { private String name; private int price...; } } public class CarsList { public static void main(String args
(ii) String and String Buffer Class
String and String Buffer Class  difference between String and String Buffer Class... between String and StringBuffer 1) String object is immutable
PHP list class methods
Function get_class_methods gives the all methods names of the given class. It takes input as class name and returns the array of the methods name PHP LIst Class Methods Example <?php class myclass{ function aa
reading multiple files from a directory and writing them into a single file
reading multiple files from a directory and writing them into a single file   i have done the following code but the every time i write to the single...; public class reader { static String inpath = "C:\\Users\\ndayala\\asc
Class AsyncEvent important methods
In this section, you will learn about the important methods of AsyncEvent Class
Sorting String arrays in java - Java Beginners
Sorting String arrays in java  I have to make an interface... and make appropriate calls to interface to store and sort the arrays. I do... with the resize() method as well! import java.util.ArrayList; public class
arrays
arrays  using arrays in methods   Java use arrays in methods import java.util.*; class ArrayExample{ public static int getMaxValue...]; } } return minValue; } public static void main(String[] args
String Class implementation in API
String Class implementation in API  Hi all, I was confused ,when am looking into java String class single argument constructor into that we... we send String as argument for String class
Passing Arrays In Jsp Methods
Passing Arrays In Jsp Methods   ... data type. It is one of  the simplest data structures. Arrays holds equally... starts from 0. Some arrays can be multidimensional. One and two- dimensional
String tokenizer class
String tokenizer class  Hai... What is string tokenizer class? & what's its purpose
String tokenizer class
String tokenizer class  Hai... What is string tokenizer class? & what's its purpose
String tokenizer class
String tokenizer class  Hai... What is string tokenizer class? & what's its purpose
Is Multiple Actions in Action class - Struts
Is Multiple Actions in Action class  In ActionClass we can use only one action i.e execute(), but in DispatchAction we can use multiple actions.My question is , we can use multiple actions in Action class if(action.equals("add
String Functions In Java
; Note : Many methods in String class are overloaded. Here we have not discussed all methods of String class. To read all methods of String class please refer... will demonstrate you about how to use methods of String class in Java
write a program to demonstrate wrapper class and its methods......
write a program to demonstrate wrapper class and its methods......  write a program to demonstrate wrapper class and its methods
variables and methods declared in abstract class is abstract or not
variables and methods declared in abstract class is abstract or not  variables and methods declared in abstract class is abstract
Abstract class,Abstract methods and classes
or the base class. Subclasses are derived to implement the methods inherited from... Abstract methods and classes     ... is used with methods and classes.  Abstract MethodADS_TO_REPLACE_1
using class and methods - Java Beginners
the following code: import java.util.*; public class Student{ int rollNo...using class and methods  Sir,Plz help me to write this below pgm... getTotalMarks(){ return totalMarks; } public static void main(String[]args
Object Class Methods in Java
We are going to discus about Object Class Methods in Java... or indirectly. There are many methods defined in java.lang.Object class...(), wait(), etc Java object class methods are:- finalize() clone() equals
Getting Methods Information of a class
Getting Methods Information of a class   ... to retrieve information of all methods of a class (that included in the program... by using different methods on that method object. Here is the example code
String Arrays Java
String Arrays Java          String array cannot hold numbers or vice- versa. Jsp arrays can only store the type of data specified at the time of declaring
Abstract class or methods example-1
;Animal class"); // this     // ...;form Animal class");   } } class ...;called form BuzzwordAnimal class");   }  
java class string - Java Beginners
java class string  Write a program that reads three strings; then appends to the first string the string formed when extracting from the second string all the characters until the first occurrence of the third string
String substring method example
a string. String class provide methods for finding substring from string. Method... .style1 { font-size: medium; } String substring() method example... index position of the sub string and second is end index position of the sub
Java Arrays Tutorials
The java.util.Arrays class helps the programmers to manipulating the arrays. It provides the methods to easily manipulate the arrays. Methods provided...(). Browse the following code to Learn Java Arrays in detail
Convert String to Class - JSP-Servlet
. Reading job name, class name, day & time using xml file only. Problem is while reading class name, retrieve as a string format but Quartz required in "Class" format...Convert String to Class  Hi all, I am using Quartz as a scheduler
code for abstract class
code for abstract class  code for abstract class
arrays
arrays  public class Country{ string countryName; string location... of 10 country objects called mycountry using the Country class. b.Assuming that the getter and setter methods are already defined in the Country class, write
how to use string of one class into another Class
how to use string of one class into another Class  I created textField(JTextField t1=new JTextField();(it is in ClassA. The input of this textField i.e t1.getText() is to be used in different(another Class say in ClassB. How can
Arrays
array Hers's my code public class Rebel { public static void main(String... called Rebel.java; 2.Create two arrays. One of them must store integer numbers... of a string and not the actual word i.e -> words[1] = "1"; 4.Swap the numbers
Plz help me in writing the code - Java Beginners
Plz help me in writing the code   Write a two user Chess Game. (users must be on different systems
Plz help me in writing the code - Java Beginners
Plz help me in writing the code   Write a two user Chess Game. (users must be on different systems
AwizardController class code
AwizardController class code  Hi deepak, Thank you for responding me for this answer.I want AwzardController class code, can you please post
code for multiplication of matrix in java using methods
code for multiplication of matrix in java using methods  code for multiplication of matrix in java using methods

Ads