代码搜索:instance
找到约 10,000 项符合「instance」的源代码
代码结果 10,000
www.eeworm.com/read/165801/5477848
java redirectingactionforward.java
/*
* $Id: RedirectingActionForward.java 54929 2004-10-16 16:38:42Z germuska $
*
* Copyright 2000-2004 The Apache Software Foundation.
*
* Licensed under the Apache License, Version 2.0 (th
www.eeworm.com/read/165801/5478235
java mockmultipartrequesthandler.java
/*
* $Id: MockMultipartRequestHandler.java 379666 2006-02-22 03:29:09Z niallp $
*
* Copyright 2006 The Apache Software Foundation.
*
* Licensed under the Apache License, Version 2.0 (the "Li
www.eeworm.com/read/165587/5480401
java emoticon.java
/*
* @(#)Emoticon.java
*
* Copyright (c) 2002, Kim Min Jong
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided
www.eeworm.com/read/165570/5481117
java firstthread.java
/** A simple class which demonstrates extending Thread. The class simply increments
an instance variable until a flag is turned off. The value of the
instance variable is then displayed to the c
www.eeworm.com/read/165570/5481185
java d.java
class D extends A
{
boolean z; // hide z from parent
/** Override method in parent. */
public void methodY()
{
super.methodY(); // access method in parent
y = 2 * super.z; // access z
www.eeworm.com/read/165570/5481190
java negativestacksizeexception.java
/** An exception that is thrown if an application tries to create a stack with negative size. */
public class NegativeStackSizeException extends Exception
{
/** Constructs an instance with a spe
www.eeworm.com/read/165570/5481292
java exceptionpropagation.java
/** Example that illustrates exception propagation. */
class ExceptionPropagation
{
public static void main(String[] args)
{
Propagate instance = new Propagate();
System.out.println("Start
www.eeworm.com/read/165261/5483847
java globaladvisoradapterregistry.java
/*
* Copyright 2002-2004 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
www.eeworm.com/read/165261/5483916
java simpleremoteslsbinvokerinterceptor.java
/*
* Copyright 2002-2004 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
www.eeworm.com/read/165261/5483920
java localslsbinvokerinterceptor.java
/*
* Copyright 2002-2004 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.