Q1 How do you remove the Control-M characters from a file?
A1 Using the sed command that replaces Control-M with nothing
Note: The ^M is typed on the command line with ctrl+v and ctrl+M
Q2 How will you search for a property named “inbox”
…
Q1 How do you remove the Control-M characters from a file?
A1 Using the sed command that replaces Control-M with nothing
Note: The ^M is typed on the command line with ctrl+v and ctrl+M
Q2 How will you search for a property named “inbox”
…
Step 1 You need to get the Postman extension for the Google chrome browser.
Step 2 Search and add POSTMAN.
Step 3 Once installed, open it from the Apps link.
Step 4 Set the TEST URL,
…
The following 3 questions are frequently asked by Java developers as an industrial strength Java project will have 100+ jar files. How often have you come across a Java application that requires different versions of the same library? How often do you see exceptions like NoSuchMethodError or IllegalArgumentException.
…
Often you get to work on a fully functional Java application that is already in production to fix production issues or to enhance its existing functionality. As a new Java developer in the team, it is not easy to get started and contributing. The approach would be slightly different from working on a brand new project.
…
Q1. What are some of the issues you encounter with SSL handshake? A1. Some of the issues you try to debug are Presence of a valid certificate in trust store Incorrect certificate chains in the client or server truststore Invalid key algorithm used for private keys Expired certificate Incorrect passwords...