Diff
checker
Texte
Texte
Images
Documents
Excel
Dossiers
Legal
Enterprise
Application de bureau
Prix
Se connecter
Télécharger Diffchecker Desktop
Comparer le texte
Trouver la différence entre deux fichiers texte
Outils
Historique
Éditeur live
Cacher identiques
Sans retour à la ligne
Vue
Divisé
Unifié
Niveau de précision
Intelligent
Mot
Caractère
Coloration syntaxique
Choisir la syntaxe
Ignorer
Transformer le texte
Aller au premier écart
Modifier l'entrée
Diffchecker Desktop
La façon la plus sécurisée d'utiliser Diffchecker. Obtenez l'application Diffchecker Desktop : vos diffs ne quittent jamais votre ordinateur !
Obtenir Desktop
Untitled diff
Créé
il y a 9 ans
Le diff n'expire jamais
Effacer
Exporter
Partager
Expliquer
2 suppressions
Lignes
Total
Supprimé
Caractères
Total
Supprimé
Pour continuer à utiliser cette fonctionnalité, passez à
Diff
checker
Pro
Voir les prix
15 lignes
Copier tout
2 ajouts
Lignes
Total
Ajouté
Caractères
Total
Ajouté
Pour continuer à utiliser cette fonctionnalité, passez à
Diff
checker
Pro
Voir les prix
15 lignes
Copier tout
/* 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.*;
Copier
Copié
Copier
Copié
/* 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");
}
}
}
}
Différences enregistrées
Texte d'origine
Ouvrir un fichier
/* 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"); } }
Texte modifié
Ouvrir un fichier
/* 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"); } }
Trouver la différence