Home » Page 82

include or require function in PHP with practical examples

Website design require header,footer,side bar,right bar, ad bar on multiple pages.It is not possible to change these on thousand of web pages whenever we want to change anything. Include function in php  solve this problem. We can  use include function in PHP and include the content of a PHP file into another PHP file before …

include or require function in PHP with practical examples Read More »

Oracle Database Quiz

This Online Oracle Database quiz test check the understanding on various topics on Oracle like Delete ,cache, Natural join ,indexes , profiles,Dictionary views,Oracle sql tuning, Oracle background processes, insert statement and many more to help you in test The below test is randomized Oracle Quiz and select 20 questions from the set of many questions,so …

Oracle Database Quiz Read More »

PHP array functions

In this post , we will be discussing the php array functions. As with any other programming language,PHP has its own array functions What is array A array is the chain of values stored in single variable where values can be retrived based on there position in the array $arr ={a,b,c,d,e,f}; There are three type …

PHP array functions Read More »

40 Important Weblogic Interview questions

Here is the compilation of 40 Important Weblogic Interview questions Question 1:What is a WebLogic server?AnswerOracle WebLogic Server is J2EE Server (earlier known as BEA WebLogic Server) similar to  Oracle Application Server.Oracle Weblogic server Question 2:What oracle WebLogic server includes?AnswerOracle WebLogic server includes (1)Domain(2)cluster(3)servers Question 3:We often see BSU when using WebLogic. What is the …

40 Important Weblogic Interview questions Read More »

oracle PLSQL interview questions

Here is the compilation of the Most commonly asked oracle plsql interview questions. These will for sure help you in the interview. The questions are from basic to advanced levels and cover most of the aspects of the PLSQL programming. I hope you find this useful Question (1) What is Oracle PLSQL?AnswerPL/SQL is a procedural language …

oracle PLSQL interview questions Read More »

Scroll to Top