My @Quora post: SOAP Web Services (JAXB & SOAP UI) – Part 2 Post by Vaibhav Kashyap: SOAP Web Services (JAXB & SOAP UI) – Part 2 SOAP Web Services (JAXB & SOAP UI) – Part 2 Advertisements
My @Quora post: SOAP Web Services (JAXB & SOAP UI) – Part 2 Post by Vaibhav Kashyap: SOAP Web Services (JAXB & SOAP UI) – Part 2 SOAP Web Services (JAXB & SOAP UI) – Part 2 Advertisements
My @Quora post: SOAP Web Services – Part 1 Post by Vaibhav Kashyap: SOAP Web Services – Part 1 SOAP Web Services – Part 1
My @Quora post: Flushing data in a Session Post by Vaibhav Kashyap: Flushing data in a Session Flushing data in a Session
My answer to Which one is the better Java EE application server? Glassfish or JBOSS Answer by Vaibhav Kashyap: Both Glassfish & JBOSS are full fledged JEE servers other than the TOMCAT which is merely an HTTP server and Java…
My answer to Can we execute a program without main function in Java? Answer by Vaibhav Kashyap: What you're trying to do was possible till Java 6 using 'Static Initialization Block' because as soon as your class is loaded you…
My answer to How do I run a Java program as background windows service? Answer by Vaibhav Kashyap: You’re looking for is basically a daemon program. The Windows equivalent of a daemon is a Windows Service. A daemon is a…
My answer to Why abstract methods in Java cannot be static? Answer by Vaibhav Kashyap: Abstract methods are meant to be overridden in order to use them because when you declare a method as abstract it just has its structure,…
Let’s assume that you’re writing code that’d track the price of mobile phones. Now, let’s say you have a collection of objects representing different Mobile phone vendors (MobileVendor), and each vendor has a collection of objects representing the PhoneModels they…
My @Quora post: XMLHTTPRequest in JSON Post by Vaibhav Kashyap: XMLHTTPRequest in JSON XMLHTTPRequest in JSON
My @Quora post: JavaScript Object Notation with Java Post by Vaibhav Kashyap: JavaScript Object Notation with Java JavaScript Object Notation with Java