Tags:Web Services Questions | 195 views
Question: Can you define basic element of WebServices and explain any one from them?Answer: These are as follows SOAP, WSDL and UDDI. And I am explaining about the SOAP(Simple Object Access Protocol) it is a communication protocol it is for communication between application it is platform and language independent.It is based on XML and also [...]
Tags:ASP.NET Questions | 165 views
Q1. Explain the differences between Server-side and Client-side code? Ans. Server side code will execute at server (where the website is hosted) end, & all the business logic will execute at server end where as client side code will execute at client side (usually written in javascript, vbscript, jscript) at browser end. Q2. What type [...]
Tags:JAVA Questions | 311 views
1) Can a class be it’s own event handler? Explain how to implement this. Answer: Sure. an example could be a class that extends Jbutton and implements ActionListener. In the actionPerformed method, put the code to perform when the button is pressed. 2) Why does JComponent have add() and remove() methods but Component does not? [...]
Tags:Hardware Questions | 168 views
Give two ways of converting a two input NAND gate to an inverter Given a circuit, draw its exact timing response. (I was given a Pseudo Random Signal Generator; you can expect any sequential ckt) What are set up time & hold time constraints? What do they signify? Which one is critical for estimating maximum [...]