package test0077; import java.util.*; public class Test { public static void main(String[] args) { int i = true ? args.length: 0; } }