datainputstream

    23गर्मी

    3उत्तर

    को हटा दिया है, मैं जावा 6 पर हूं। उपयोगकर्ता इनपुट पढ़ने के लिए DataInputStream in = new DataInputStream(System.in); का उपयोग करना। जब readLine() को बहिष्कृत किया जाता है। उपयोगकर्ता मूल्य पढ़ने के ल

    6गर्मी

    5उत्तर

    FileInputStream fstream = new FileInputStream ("file1.txt"); BufferedReader br = new BufferedReader(new InputStreamReader(fstream)); और FileInputStream fstream = new FileInputStream ("file1.txt");