নীচের কোডটিতে কেন গ্রহপ আমাকে উষ্ণায়নের "রিসোর্স ফাঁস: 'ইন' কখনই বন্ধ করা হয় না" দেয়?
public void readShapeData() {
Scanner in = new Scanner(System.in);
System.out.println("Enter the width of the Rectangle: ");
width = in.nextDouble();
System.out.println("Enter the height of the Rectangle: ");
height = in.nextDouble();
Scanner
এবং সতর্কবার্তাটি নীরব করবে, তবে এটি বন্ধ হবেSystem.in
যা সাধারণত কাঙ্ক্ষিত নয়।