Difference between ; and ,

Integer i = 0; // ending a variable assignment (code statement) Account acct = new Account( Name = 'Test', // listing properties of account Phone = '12345678', NumberOfEmployees = 100 ); List<String> strList = new List<String>{'one', 'two', 'three'}; // also ,

Be the first to comment

You can use [html][/html], [css][/css], [php][/php] and more to embed the code. Urls are automatically hyperlinked. Line breaks and paragraphs are automatically generated.