aspose file tools
The moose likes Beginning Java and the fly likes Interface Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Java » Beginning Java
Reply Bookmark "Interface" Watch "Interface" New topic
Author

Interface

durga ramakrishnan
Greenhorn

Joined: Jul 30, 2007
Posts: 14
Hi,
whether we can have interface like given below,
publis Interface inter1{
public static final ClassA a=new ClassA();
}
please help in this.Dont mistaken as i have asked the basic question

Thanks,
Durga.R
fred rosenberger
lowercase baba
Bartender

Joined: Oct 02, 2003
Posts: 9956
    
    6

Have you tried it? What happened?


Never ascribe to malice that which can be adequately explained by stupidity.
Matthew Cox
Greenhorn

Joined: May 25, 2009
Posts: 29
This isn't a forum to have others do the explorational work or just hand you the answers.

Code it and try it youself and see if it even compiles.
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: Interface
 
Similar Threads
Object is null
Design suggestion.
Using binarySearch method in List interface for User Defined Type
Exception/variable question
about variable persistence...