
Learn predefined Apex classes and their methods, including date, math, string, and user info, with practical examples you can apply in real-world programs in Apex programming level five part two.
Meet Amit Kumar, a seasoned Salesforce and Java developer and trainer with 11+ years of IT experience, sharing blogs, tutorials, and resource links across Trailhead, LinkedIn, and YouTube.
Explore date class methods in Apex programming, including static and instance methods to create, format, and manipulate date values, compute days between dates, and handle leap years.
Explore static math class methods in Apex, including abs, cube root, ceil, floor, mod, pow, random, rint, round, signum, and sqrt. See overloads for int, long, decimal, and double.
Explore apex string class methods, including abbreviate, capitalize, center, compare, contains, delete whitespace, difference, ends with, equals, format, and index of, with focus on ignore case and ascii codes.
Explore Apex user info class methods to fetch the current user's details—default currency, first name, last name, language, locale, and organization info.
Explore example programs on dates and math in Apex programming: handle leap years, six months or six years shifts, age calculation using 365/30 day assumptions, roots, and random 1-9 sequences.
Explore practical string manipulations through example programs that classify sentence types, check palindromes, code and decode messages, and convert words to pig latin.
This is a beginner-level course for Programming in Apex. This course is Level 5 of the complete Apex Programming Course.
This course provides a theoretical explanation of each concept and a detailed practical explanation of each topic.
The resource provided with each video provides the slides used in the video for revision along with screenshots of the practical explanation of the topics for proper review.
This course is for anyone who
is preparing for Salesforce Developer Interview.
wants to start their career as a Salesforce Developer.
are Salesforce Admin and Enhance their skills in Salesforce Development.
to get started with Programming in Apex.
to learn Object Oriented Programming Concepts.
Before proceeding with this code one should complete the -
Apex Programming: Level-1 Course.
Apex Programming: Level-2 Course.
Apex Programming: Level-3 Course.
Apex Programming: Level-4 Course.
Apex Programming: Level-5 (Part I) Course.
Topics Covered in this course are -
Date Class & its Methods
Math Class & its Methods
String Class & its Methods
User Info Class & its Methods
Example Programs
This course will provide you with -
Explanation in more straightforward and easier terms, hence easier to understand even for beginners.
Proper explanation of the concepts for better understanding.
Practical usage of the concepts for better implementation.
Example problems for better understanding of real-life use of the concepts.
Practice exercises for self-evaluation.
Better preparation for interviews.
Improving Logic Building Ability