Generate Unique String Using Apex
Requirement : Generate Unique String Using Apex In This Post I will tell you how you can generate a unique string by using apex. Here We have a class name…
Requirement : Generate Unique String Using Apex In This Post I will tell you how you can generate a unique string by using apex. Here We have a class name…
Here in this post we learn how one can Handle json in Apex code or how you can handle jsonstring in apex . We need to convert json coming from…
In This post We will learn how one can encrypt and decrypt a url using apex. Sometimes requirement comes when we have to generate a visualforce page url so that…
In This post I will explain you how to write test class for apex rest resources . so here i have four class . BookingWebService : Rest Resource class for…