$$\underset{n\to \infty }{\mathop{\lim }}\,\int_{0}^{1}{\int_{0}^{1}{\cdots \int_{0}^{1}{{{\left( \frac{{{x}_{1}}+{{x}_{2}}+...+{{x}_{n}}}{n} \right)}^{2}}d{{x}_{1}}d{{x}_{2}}\cdots d{{x}_{n}}}}}$$
I start thinking first in the Lebesgue monotone convergent theorem but this leads to closed road is there any shortcut to solve this problem ??
The integral has an equivalent expression $$ E\left[\left(\frac{1}{n}\sum_{i=1}^n U_i\right)^2\right] $$ where $U_i$, $i\le n$ are independently and uniformly distributed random variables on $[0,1]$. This gives $$\begin{eqnarray} E\left[\left(\frac{1}{n}\sum_{i=1}^n U_i\right)^2\right]&=&\frac{1}{n^2}\sum_{i,j=1}^nE\left[U_iU_j\right]\\ &=&\frac{1}{n^2}\sum_{i=1}^nE\left[U_i^2\right] +\frac{1}{n^2}\sum_{i\ne j}E\left[U_iU_j\right]\\ &=&\frac{n}{n^2}\frac{1}{3}+\frac{n(n-1)}{n^2}\frac{1}{4}\to \frac{1}{4} \end{eqnarray}$$ since $E[U_i]=\int_0^1 xdx=\frac{1}{2}$, $E[U_i^2]=\int_0^1 x^2dx =\frac{1}{3}$ and $E[U_iU_j]=E[U_i]E[U_j]=\frac{1}{2}\cdot\frac{1}{2}=\frac{1}{4}$ for all $i\ne j$.