Write a java class definition called cars. The member's variables include color of type string, engine size of type integer and make of type string. The class comprises of the methods accelerate and brake, both with a parameter speed. Write another java class called Test Cars which creator objects called Toyota and Nissan of type car.