社区
Java SE
帖子详情
你是怎样分类package your java class?
Virginer
2002-04-08 11:54:59
大家说一说嘛!
...全文
140
7
打赏
收藏
你是怎样分类package your java class?
大家说一说嘛!
复制链接
扫一扫
分享
转发到动态
举报
AI
作业
写回复
配置赞助广告
用AI写文章
7 条
回复
切换为时间正序
请发表友善的回复…
发表回复
打赏红包
xiaobi_liang
2002-04-08
打赏
举报
回复
我的域名.我的包.包的功能
woowindice
2002-04-08
打赏
举报
回复
如:.net是处理网络的
.jdbc是处理数据库的
woowindice
2002-04-08
打赏
举报
回复
按层次结构来分的,主要是按功能。
waterdragonfly
2002-04-08
打赏
举报
回复
一般按照功能来划分
muly
2002-04-08
打赏
举报
回复
包是以目录的形式,来管理类,所以一般按照功能来组织
alamtang
2002-04-08
打赏
举报
回复
我是按数据库的不同来分类的。
idpmud
2002-04-08
打赏
举报
回复
主要是按照功能和框架设计来分的。
Android7.0下载Apk自动安装
下载自动安装Demo,兼容7.0
java
反编译工具jad 1.5.8g(可以反编译jdk1.5,1.6)
java
反编译工具jad 1.5.8g支持 jdk1.5,jdk1.6。说明很多记住一个万能的命令基本就够用了。jad -s
java
-r -8 -o **\*.
class
---------------This is README file for Jad - the fast
Java
Decompiler.Jad home page: http://www.kpdus.com/jad.htmlCopyright 2001 Pavel Kouznetsov (jad@kpdus.com).0. Please read the disclaimer on the Jad home page.1. Installation.Unzip jad.zip file into any appropriate directory on your hard drive.This will create two files: - an executable file named 'jad.exe' (Windows *) or 'jad' (*n*x) - this README fileNo other setup is required.2. How to use JadTo decompile a single
JAVA
class
file 'example1.
class
' type the following: jad example1.
class
This command creates file 'example1.jad' in the current directory.If such file already exists Jad asks whether you want to overwrite it or not.Option -o permits overwriting without a confirmation.You can omit .
class
extension and/or use wildcards in the names ofinput files.Option -s allows to change output file extension: jad -s
java
example1.
class
This command creates file 'example1.
java
'. Be careful when usingoptions -o and -s
java
together, because Jad can accidentally overwriteyour own source files.Jad uses
JAVA
class
name as an output file name. For example, if
class
file 'example1.
class
' contains
JAVA
class
'test1' then Jad will createfile 'test1.jad' rather than 'example1.jad'. If you want to specifyyour own output file name use the output redirection: jad -p example1.
class
> myexm1.
java
Option -d allows you to specify another directory for output files,which are created, by default, in the current directory. For example: jad -o -dtest -s
java
*.
class
(or jad -o -d test -s
java
*.
class
, which has the same effect)This command decompiles all .
class
files in the current directory <
java
class
package
_
Java
Class
类 get
Package
()方法及示例
Class
类get
Package
()方法get
Package
()方法在
java
.lang包中可用。get
Package
()方法用于返回此类的包,我们使用类加载器找到该类的包。假设当引导类加载器加载该类时,将搜索从
CLASS
PATH加载的软件包捆绑包,以确定该类的软件包。get
Package
()方法是一个非静态方法,只能通过类对象访问,如果尝试使用类名称访问该方法,则会收到错误消息。返回Packag...
3.
Java
执行过程、
class
文件及
package
的理解
本文通过两种途径输出 Hello World!,讲述了
Java
的执行过程、什么是
class
文件及它的重要性、对于
package
的理解
Java
类类get
Package
()方法及示例
类的类get
Package
()方法 (
Class
class
get
Package
() method) get
Package
() method is available in
java
.lang
package
. get
Package
()方法在
java
.lang包中可用。 get
Package
() method is used to return the
package
of this clas...
Java SE
62,634
社区成员
307,269
社区内容
发帖
与我相关
我的任务
Java SE
Java 2 Standard Edition
复制链接
扫一扫
分享
社区描述
Java 2 Standard Edition
社区管理员
加入社区
获取链接或二维码
近7日
近30日
至今
加载中
查看更多榜单
社区公告
暂无公告
试试用AI创作助手写篇文章吧
+ 用AI写文章