1 个回答
Hello @Saurav Dadwal,
The reason they are the same is that Limits is a class within the System namespace, and Salesforce allows the omission of the System namespace when referencing classes that belong to it. This is a convenience provided by the Apex language, making the code cleaner and easier to read.