Java Notes

本文深入探讨了路径的概念,包括绝对路径与规范路径的区别,并详细介绍了Java中如何使用getCanonicalPath()和getCanonicalFile()方法将路径转换为规范形式。同时,还涉及静态绑定与动态绑定的概念,以及如何利用InputVerifier类进行文件验证。

摘要生成于 C知道 ,由 DeepSeek-R1 满血版支持, 前往体验 >

  1. Absolute path and canonical path:
    • C:\temp\file.txt - This is a path, an absolute path, and a canonical path.
    • C:\temp\myapp\bin\..\\..\file.txt - This is a path and an absolute path. It's not a canonical path.
    • A canonical path is always an absolute path.
    • getCanonicalPath()/getCanonicalFile():
      • A canonical pathname is both absolute and unique. The precise definition of canonical form is system-dependent. This method first converts this pathname to absolute form if necessary, as if by invoking the getAbsolutePath() method, and then maps it to its unique form in a system-dependent way. This typically involves removing redundant names such as "." and ".." from the pathname, resolving symbolic links (on UNIX platforms), and converting drive letters to a standard case (on Microsoft Windows platforms).
  2. Static binding vs. Dynamic binding:
  3. How to use InputVerifier class:
  4. n
  5. n
  6. n
  7. n
  8. n

转载于:https://www.cnblogs.com/wade-case/p/3474051.html

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值