Miscellaneous Tutorials


How to navigate to implementation in IntelliJ IDEA

This article will help, how quickly you can open the implementation of method. In IntelliJ IDEA, you can use the […] Continue reading »

IntelliJ IDEA shortcuts for equals() and hashCode()

In IntelliJ IDEA, you can use the Alt + Insert (Windows/Linux) or ⌘Cmd + N (macOS) shortcut keys to generate the hashCode() and equals() methods. You […] Continue reading »

IntelliJ IDEA- Generate Getter & Setter Shortcut Key

Alt + Insert (Windows/Linux) or ⌘Cmd + N (macOS) is the shortcut keys to generate the getter and setter of […] Continue reading »

IntelliJ IDEA- View all exit points of method

In IntelliJ IDEA, Ctrl + Shift + F7 are the shortcut key to highlight all exit points of a method. […] Continue reading »

How to redirect from HTTP to HTTPS on Tomcat Server

On this page, we will learn how to redirect an application from HTTP to HTTPS on Tomcat Server automatically. But […] Continue reading »

How to configure SSL/HTTPS on Tomcat Server

On this page, we will learn a step-by-step guide to configure and enable SSL/HTTPS on the Tomcat server. To configure […] Continue reading »

How to view recently opened files in IntelliJ IDEA

In IntelliJ, we can use the Ctrl + E in Windows and ⌘Cmd + E in the macOS machine to […] Continue reading »

How to enable breadcrumb in Eclipse/STS

In Eclipse, we can enable or show the breadcrumb bar in three ways: 1. Menu Bar We can enable the […] Continue reading »

How to delete duplicate rows in Excel

This tutorial will help you to remove all the duplicated data/rows from the Excel sheet. Follow the below steps: Step […] Continue reading »

Eclipse shortcuts for Open Call Hierarchy

In Eclipse IDE, Ctrl + Alt + H are the shortcut key to see the call hierarchy of any method […] Continue reading »

How to search old emails in Gmail quickly

This article will help to search older emails on your Gmail account faster and easier with the new operators. If […] Continue reading »

1 2 3 7