Hello there. Today we are going to look at how to resolve java.lang.reflect.InvocationTargetException error that occurs when trying to open groovy shell or groovyConsole or
Month: September 2023
Today we are going to go through the steps on installing Java OpenJDK in Ubuntu operating system. Open Terminal in Ubuntu Execute the following commands:
The SDKMan referred to as Software Development Kit Manager is a tool for effortlessly managing multiple Software Development Kits in your machine. You can have
Today we are going to look at the steps involved in Installing Groovy in Ubuntu operating system. Before you install Groovy, make sure you have
Today we are going to look at what is groovy and a basic introduction to Apache Groovy language. What is Apache Groovy? Groovy is a
Question: Name/List some of the PHP Magic Methods Sample Answer:
Question: How to enable module in Magento 2? Sample Answer: Execute the Magento 2 CLI command to enable module: php bin/magento module:enable Namespace_ModuleName Execute other
Question: How to reduce performance impact for classes with a big amount of dependencies in 3rd party modules? Sample Answer: Add config for using proxy
Question: What is the difference between composer.json and composer.lock file in Magento 2? Sample Answer:
Question: What are the basic files required for creating Magento 2 Module? Sample Answer: module.xml and registration.php and are the 2 basic files required for