threadgroup

ThreadGroup类的toString()方法 (ThreadGroup Class toString() method)

  • toString() method is available in java.lang package.

    toString()方法在java.lang包中可用。

  • toString() method is used to returns string denotation of this thread group (i.e. this method returns how to represent a string of this ThreadGroup).

    toString()方法用于返回该线程组的字符串符号(即,该方法返回如何表示此ThreadGroup的字符串)。

  • toString() method is a non-static method, it is accessible with the class object only and if we try to access the method with the class name then we will get an error.

    toString()方法是一种非静态方法,只能通过类对象访问,如果尝试使用类名称访问该方法,则会收到错误消息。

  • toString() method may throw an exception at the time of string denotation of this ThreadGroup.

    在此ThreadGroup的字符串表示形式时, toString()方法可能会引发异常。

    SecurityException – This exception may throw when the current thread is not permitted to update this Thread group.

    SecurityException-当不允许当前线程更新此Thread组时,可能引发此异常。

Syntax:

句法:

    public String toString();

Parameter(s):

参数:

  • It does not accept any parameter.

    它不接受任何参数。

Return value:

返回值:

The return type of this method is String – it denotes string of this thread group.

该方法的返回类型为String –表示该线程组的字符串。

Example:

例:

// Java program to demonstrate the example
// of String toString() method of ThreadGroup
public class toString {public static void main(String[] args) {ThreadGroup th_grp1 = new ThreadGroup("th_grp - 1");
ThreadGroup th_grp2 = new ThreadGroup("th_grp - 2");
// By using getName() method is to display
// thread group name
System.out.println("th_grp1.getName(): " + th_grp1.getName());
System.out.println("th_grp2.getName(): " + th_grp2.getName());
// By using toString() method is to string
// representation of thread group
System.out.println("th_grp1.toString(): " + th_grp1.toString());
System.out.println("th_grp2.toString(): " + th_grp2.toString());
}
}

Output

输出量

th_grp1.getName(): th_grp - 1
th_grp2.getName(): th_grp - 2
th_grp1.toString(): java.lang.ThreadGroup[name=th_grp - 1,maxpri=10]
th_grp2.toString(): java.lang.ThreadGroup[name=th_grp - 2,maxpri=10]

翻译自: https://www.includehelp.com/java/threadgroup-tostring-method-with-example.aspx

threadgroup

threadgroup_Java ThreadGroup toString()方法与示例相关推荐

  1. invoker java_Java Invoker.toString方法代码示例

    import com.alibaba.dubbo.rpc.Invoker; //导入方法依赖的package包/类 private static Invoker buildInvokerChain(f ...

  2. java的flush方法_Java中的BufferedWriter flush()方法及示例

    Java中buffered writer类的flush()方法用于刷新缓冲的writer流中的字符.语法:公共void flush()指定者:此方法由Flushable接口的flush()方法指定.重 ...

  3. java重写的代码_java tostring方法重写代码示例

    当需要将一个对象输出到显示器时,通常要调用他的toString()方法,将对象的内容转换为字符串.java中的所有类默认都有一个toString()方法 默认情况下 System.out.printl ...

  4. Java Date toString()方法与示例

    日期类toString()方法 (Date Class toString() method) toString() method is available in java.util package. ...

  5. java uuid静态方法_Java UUID toString()方法与示例

    java uuid静态方法 UUID类toString()方法 (UUID Class toString() method) toString() method is available in jav ...

  6. stringwriter_Java StringWriter toString()方法与示例

    stringwriter StringWriter类的toString()方法 (StringWriter Class toString() method) toString() method is ...

  7. Java布尔类toString()方法及示例

    Syntax: 句法: public String toString(); public static String toString(boolean value); 布尔类toString()方法 ...

  8. Java ObjectStreamField toString()方法与示例

    ObjectStreamField类toString()方法 (ObjectStreamField Class toString() method) toString() method is avai ...

  9. Java StackTraceElement toString()方法与示例

    StackTraceElement类的toString()方法 (StackTraceElement Class toString() method) toString() method is ava ...

最新文章

  1. 你想要的iOS 小技巧总结
  2. windows找不到msconfig解决方法
  3. Spark SQL程序实现RDD转换DataFrame
  4. iOS开发学无止境 - NSFileManager文件操作的十个小功能
  5. 万众期待的PowerBI Report Server与PowerBI Premium
  6. Cinemachine教程 | Unity中如何快速制作相机切换动画?
  7. jQuery学习教程 基础篇 归档
  8. c++学习笔记(八)- map
  9. php二维数组的某一字段 做分组统计
  10. [SharePoint教程系列] 1.SharePoint 2016安装
  11. 新手学习日记-Javascript和Html 1:如何在html中调用Js函数
  12. 台式计算机 无线接收,台式电脑无线接收器插上连不上网怎么处理
  13. jstl 无法自动加载c.tld文件
  14. 确定权重方法之一:主成分分析
  15. EasyExcel实现Mysql数据库Excel数据导出
  16. UIP和lwip的区别
  17. 2019百度搜索风云榜公布:元尊、圣墟、逆天邪神位列前三名
  18. Maestro 薛定谔软件简单分子对接案例
  19. winhex改宽高和伪加密
  20. 计算机科技论文范文,★计算机科技论文摘要范文计算机科技论文摘要写

热门文章

  1. IIFE(立即执行函数表达式)
  2. webpack编译时No PostCSS Config的解决方法
  3. 值得拥有!精心推荐几款超实用的 CSS 开发工具
  4. vue结合ueditor富文本编辑器(换肤分离)
  5. input长度随输入内容动态变化 input光标定位在最右侧
  6. cf1207解题报告
  7. C#中用WebClient.UploadData 方法上载文件数据
  8. 命令行获取docker远程仓库镜像列表
  9. 深入探讨JS中的数组排序函数sort()和reverse()
  10. 佳能MP258的5200错误和P08代码解决方法及清零方法