Java nested loops to create a pattern We can use the nested loop in Java to create patterns like full pyramid, half pyramid, inverted pyramid, and so on. Here is a program to create a half pyramid pattern using nested loops.