代码搜索:getClass
找到约 825 项符合「getClass」的源代码
代码结果 825
www.eeworm.com/read/147807/5720620
java propertyresolverimpl.java
/*
* Copyright 2004 The Apache Software Foundation.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You m
www.eeworm.com/read/140271/5793270
java app9_11.java
// app9_11, 利用getClass()取得调用对象所属的类
class Caaa
{
private int num;
public Caaa(int n){
num=n;
}
}
public class app9_11
{
public static void main(String args[]){
www.eeworm.com/read/137691/5820098
java messagepanel.java
// $Id: MessagePanel.java,v 1.8 2004/05/31 10:30:24 szewczyk Exp $
/* tab:4
* "Copyright (c) 2000-2003 The Regents of the University of California.
* All rights reserved.
*
* Permissio
www.eeworm.com/read/135759/5877902
java stringreader.java
package StringReader;
import java.io.*;
public class StringReader {
public StringReader(String s){
System.out.println(s);
}
public static void main(String a[])throws IOException
www.eeworm.com/read/135759/5877974
java~3~ stringreader.java~3~
package StringReader;
import java.io.*;
public class StringReader {
public StringReader(String s){
System.out.println(s);
}
public static void main(String a[])throws IOException
www.eeworm.com/read/135759/5877978
java~1~ randomaccessfile.java~1~
package RandomAccessFile;
import java.io.*;
public class RandomAccessFile {
public static void main(String a[]) throws IOException {
RandomAccessFile r=new RandomAccessFile("1.txt");
www.eeworm.com/read/135759/5877980
java~2~ randomaccessfile.java~2~
package RandomAccessFile;
import java.io.*;
import java.io.RandomAccessFile;
public class RandomAccessFile {
public static void main(String a[]) throws IOException {
RandomAccessFile r=n
www.eeworm.com/read/135759/5877987
java~3~ randomaccessfile.java~3~
package RandomAccessFile;
import java.io.*;
import java.io.RandomAccessFile;
public class RandomAccessFile {
public static void main(String a[]) throws IOException {
FileInputStream fin=
www.eeworm.com/read/134006/5896673
java arraygrowtest.java
/**
* @version 1.00 11 Mar 1997
* @author Cay Horstmann
*/
import java.lang.reflect.*;
import corejava.*;
public class ArrayGrowTest
{ public static void main(String[] args)
{ int[
www.eeworm.com/read/130122/5964159
java stringid.java
package com.croftsoft.core.util.id;
import com.croftsoft.core.lang.NullArgumentException;
/*********************************************************************
* An Id implem