Hello all, Today I will be explaining basic things need to take care of, while coding. Whenever you declare a variable, maintain camelcase and a meaningful variable name String studentname;❌ String studentName;✅ List<Student> list = new ArrayList<...
chaitanyawrites.hashnode.dev1 min readNo responses yet.