noscript

Java Switch Statement

Java Switch statement is used to execute the statement based on the user’s choice. This means the user selects the choice and then the compiler according to the choice in the form of a case executes the statement.Java Switch statement provides us with cases to execute...
Ansible and its Components

Ansible and its Components

What is Ansible? Automation is need of IT industry. We need to automate recurring task, and using Ansible we can automate these tasks using Ansible. Ansible components Control Node Managed Node Inventory Modules Plugins Collections AAP Playbooks Plays Roles Tasks...
Customize the User Interface Using Page Layout

Customize the User Interface Using Page Layout

Page Layouts What we usually see when we log in to Salesforce for the first time is just the start. We can personalize and customize many things on a given record page of using page layouts. We can customize a page in two different ways in Lightning Experience. We can...