格式
类名称 对象名 = new 类名称();
例
Students demoObject = new Students();
【java】根据类创建对象
原文:https://www.cnblogs.com/xiecangfeng/p/14819072.html