What is ticketing tool used in your project?
Answer / Ali Murtaza
JDBC (Java Database Connectivity) is a Java API that allows Java applications to connect to various relational databases such as MySQL, Oracle, and PostgreSQL. JDBC provides a standard interface for accessing and manipulating database data from Java code, making it easy to integrate with popular database systems.
| Is This Answer Correct ? | 0 Yes | 0 No |
Explain the different groups under web logic security?
What are the States of the Weblogic Server ?
What is a Thread dump? How will you take in unix/linux and windows ?
You are getting a error in your appserver/webserver logs "connection refused", from the operating system perspective how will you troubleshoot this?
By default thread dump goes to System.out log.How can we send it to a particular file so that when we take the thread dump, instead of searching in System.out we can analyse a particular file
What is a machine?
What is meant by full gc and explain it?
How do I limit the number of oracle database connections generated by weblogic server? : BEA Weblogic
Can I use the getattribute() and setattribute() methods of version 2.2 of the java servlet api to parse xml documents? : BEA Weblogic
What precautions should I take when I use blocking receive() calls? : BEA Weblogic
How do I manage a queue to view and delete specific messages? : BEA Weblogic
Is it ok to add new sessions and subscribers to a queue or topic connection once it has been started? : BEA Weblogic