当前位置:  技术问答>java相关

在一个类中的static方法是不是只有在第一次调用类的时候才运行?

    来源: 互联网  发布时间:2015-02-09

    本文导语:  public class abc() {   public abc(){}   static   {     System.out.println("hello world!");   } } 是不是只有在第一次调用类的时候才显示hello world? | lusxiao(lusxiao)  你错了,是在类装载器第一次装载类...

public class abc()
{
  public abc(){}
  static
  {
    System.out.println("hello world!");
  }
}

是不是只有在第一次调用类的时候才显示hello world?

|
lusxiao(lusxiao) 
你错了,是在类装载器第一次装载类的时候,就运行了的

|
在虚拟机执行周期内,当第一次要用到 abc 这个类时,它的 static 模块将开始执行,在  里有讲到的。

    
 
 
 
本站(WWW.)旨在分享和传播互联网科技相关的资讯和技术,将尽最大努力为读者提供更好的信息聚合和浏览方式。
本站(WWW.)站内文章除注明原创外,均为转载、整理或搜集自网络。欢迎任何形式的转载,转载请注明出处。












  • 相关文章推荐
  • java命名空间javax.lang.model.element枚举modifier的类成员方法: static定义及介绍
  • 哪位能谈谈static方法内为什么不能包含static inner class?
  • java命名空间java.lang.reflect类modifier的类成员方法: static定义及介绍
  • non-static class为什么不可以包含static methods and fields
  • java命名空间javax.lang.model.element枚举elementkind的类成员方法: static_init定义及介绍
  • SCJP -- static method can not access non-static variable?
  • non-static inner class为什么不可以包含static methods and fields
  • 1.在程序中用static final与用static或不加上这些标志的具体区别是什么? 2.工程建库
  • 内部内不可拥有static数据或static 内部内!!!!!!!!!
  • static
  • static 类和普通类的区别??
  • node-static
  • 请前辈谈谈static的机制!
  • final 与static
  • about static
  • 关于static块的问题
  • 请教static问题
  • static在类定义中的作用
  • static方法有没有多线程的问题?
  • 帮我解释static
  • 关于static关键字的一些模糊


  • 站内导航:


    特别声明:169IT网站部分信息来自互联网,如果侵犯您的权利,请及时告知,本站将立即删除!

    ©2012-2021,,E-mail:www_#163.com(请将#改为@)

    浙ICP备11055608号-3