Developer Interview

The WSDL Document Structure

April 27, 2009
By admin

WSDL Ports The <portType> element is the most important WSDL element. It describes a web service, the operations that can be performed, and the messages that are involved. The <portType> element can be compared to a function library (or a module, or a class) in a traditional programming language. WSDL Messages The <message> element...
Read more »

Tags: , ,
Posted in Architect Iterview, Developer Interview, Programmer Interview, SOA, Webservices | No Comments »

What is WSDL?

April 27, 2009
By admin

WSDL stands for Web Services Description Language WSDL is written in XML WSDL is an XML document WSDL is used to describe Web services WSDL is also used to locate Web services WSDL is a W3C recommendation
Read more »

Tags: , ,
Posted in Architect Iterview, Axis2, Developer Interview, Programmer Interview, Webservices | No Comments »

What is static in java?

April 16, 2009
By admin

Static means one per class, not one for each object no matter how many instance of a class might exist. This means that you can use them without creating an instance of a class.Static methods are implicitly final, because overriding is done based on the type of the object, and static methods are attached...
Read more »

Tags: , , ,
Posted in Architect Iterview, Developer Interview, Programmer Interview | No Comments »

What is final?

April 16, 2009
By admin

A final class can’t be extended ie., final class may not be subclassed. A final method can’t be overridden when its class is inherited. You can’t change value of a final variable (is a constant).
Read more »

Tags: , , , , ,
Posted in Architect Iterview, Core Java, Developer Interview, Programmer Interview | No Comments »

What is the difference between final, finally and finalize?

April 8, 2009
By admin

o final – declare constant o finally – handles exception o finalize – helps in garbage collection Variables defined in an interface are implicitly final. A final class can’t be extended i.e., final class may not be subclassed. This is done for security reasons with basic classes like String and Integer. It also allows...
Read more »

Posted in Core Java, Developer Interview, Programmer Interview | No Comments »

Calendar

    September 2010
    M T W T F S S
    « Jul    
     12345
    6789101112
    13141516171819
    20212223242526
    27282930