代码搜索:getClass
找到约 825 项符合「getClass」的源代码
代码结果 825
www.eeworm.com/read/210327/4950495
java getclass_jsp.java
package org.apache.jsp;
import javax.servlet.*;
import javax.servlet.http.*;
import javax.servlet.jsp.*;
import java.sql.*;
public final class getClass_jsp extends org.apache.jasper.runtime.H
www.eeworm.com/read/210327/4950521
java getclass_jsp.java
package org.apache.jsp;
import javax.servlet.*;
import javax.servlet.http.*;
import javax.servlet.jsp.*;
import java.sql.*;
public final class getClass_jsp extends org.apache.jasper.runtime.H
www.eeworm.com/read/302839/3822302
c gelf_getclass.c
/*-
* Copyright (c) 2006 Joseph Koshy
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following condi
www.eeworm.com/read/276066/4170893
java getclass2.java
/*
* Copyright 2004 Sun Microsystems, Inc. All Rights Reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modi
www.eeworm.com/read/213087/15142770
bak test_getclass.java.bak
class Circle
{
double radius = 1.0;
}
public class Test_Getclass
{
public static void main(String [] args)
{
Circle a = new Circle();
System.out.println(a.getClass().getName());
}
www.eeworm.com/read/127767/14336883
txt e120. determining if an object is an array.txt
boolean b = object.getClass().isArray();
if (b) {
// object is an array
}
www.eeworm.com/read/135758/5879074
java performancecriterion.java
/*
* YALE - Yet Another Learning Environment
* Copyright (C) 2001-2004
* Simon Fischer, Ralf Klinkenberg, Ingo Mierswa,
* Katharina Morik, Oliver Ritthoff
* Artificial
www.eeworm.com/read/113184/6134669
vm mytemplate.vm
This is my first velocity portlet.
$data.getClass().getName()
www.eeworm.com/read/110417/6164862
java set.java
/* $Id: Set.java,v 1.6 2001/05/30 18:15:42 raif Exp $
*
* Copyright (C) 1997-2001 The Cryptix Foundation Limited. All rights reserved.
*
* Use, modification, copying and distribution of this s
www.eeworm.com/read/110417/6164864
java sequence.java
/* $Id: Sequence.java,v 1.6 2001/05/30 18:15:42 raif Exp $
*
* Copyright (C) 1997-2001 The Cryptix Foundation Limited. All rights reserved.
*
* Use, modification, copying and distribution of t