Preview:
// className objectName = new className(parameters);

Example:
  public class CarApp{
    public static void main(String[] args){
      
    Tesla redTesla = new Tesla(5,56999,..);
    Tesla redTesla = new Tesla(4,66999,..);
      
   
    }
}
downloadDownload PNG downloadDownload JPEG downloadDownload SVG

Tip: You can change the style, width & colours of the snippet with the inspect tool before clicking Download!

Click to optimize width for Twitter