I\'am a newbie in JAVA and this came across this word called. \"A class i.e. created inside a method is called local inner class in java. If you want to invoke the methods o
create an instance of the class by using "new" word
for example Car car = new Car();
Car car = new Car();