Diff
checker
Texto
Texto
Imágenes
Documentos
Excel
Carpetas
Legal
Enterprise
Aplicación de escritorio
Precios
Iniciar sesión
Descargar Diffchecker Desktop
Comparar texto
Encuentra la diferencia entre dos archivos de texto
Herramientas
Historial
Editor live
Ocultar sin cambios
Sin ajuste de línea
Vista
Dividido
Unificado
Nivel de detalle
Inteligente
Palabra
Letra
Resaltado de sintaxis
Elegir sintaxis
Ignorar
Transformar texto
Ir al primer cambio
Editar entrada
Diffchecker Desktop
La forma más segura de usar Diffchecker. ¡Obtén la app de Diffchecker Desktop: tus diffs nunca salen de tu computadora!
Obtener Desktop
Untitled diff
Creado
hace 9 años
El diff nunca expira
Borrar
Exportar
Compartir
Explicar
2 eliminaciones
Líneas
Total
Eliminado
Caracteres
Total
Eliminado
Para continuar usando esta función, actualice a
Diff
checker
Pro
Ver precios
15 líneas
Copiar todo
2 adiciones
Líneas
Total
Añadido
Caracteres
Total
Añadido
Para continuar usando esta función, actualice a
Diff
checker
Pro
Ver precios
15 líneas
Copiar todo
/* package whatever; // don't place package name! */
/* package whatever; // don't place package name! */
import java.util.*;
import java.util.*;
import java.math.*;
import java.math.*;
import java.io.*;
import java.io.*;
Copiar
Copiado
Copiar
Copiado
/* Name of the
class
has to be "Main" only if the
class
is public. */
/* Name of the
KLAZZ
has to be "Main" only if the
KLAZZ
is public. */
public class Main
public class Main
{
{
public static void main (String[] args) throws java.lang.Exception
public static void main (String[] args) throws java.lang.Exception
{
{
System.out.println("a");
System.out.println("a");
}
}
}
}
Diferencias guardadas
Texto original
Abrir archivo
/* package whatever; // don't place package name! */ import java.util.*; import java.math.*; import java.io.*; /* Name of the class has to be "Main" only if the class is public. */ public class Main { public static void main (String[] args) throws java.lang.Exception { System.out.println("a"); } }
Texto modificado
Abrir archivo
/* package whatever; // don't place package name! */ import java.util.*; import java.math.*; import java.io.*; /* Name of the KLAZZ has to be "Main" only if the KLAZZ is public. */ public class Main { public static void main (String[] args) throws java.lang.Exception { System.out.println("a"); } }
Encontrar la diferencia