Hỏi đáp
Chia sẻ kiến thức, cùng nhau phát triển
Dùng instanceof để kiểm tra kiểu mà bị lỗi anh giúp em với ạ.
14:40 18-04-2023
409 lượt xem
2 bình luận
15:49 18-04-2023
public class NewMain {
/**
* @param args the command line arguments
*/
public static void main(String[] args) {
// TODO code application logic here
int i =1 ;
boolean resufl = i instanceof int ;// bị báo lỗi
System.out.println(resufl);
}
}
bạn thử đổi thành thế này xem