Joke Collection Website - Mood Talk - Java interview asked: Describe your project from the technical aspect, what technology you used, what problems you encountered and how to solve them!

Java interview asked: Describe your project from the technical aspect, what technology you used, what problems you encountered and how to solve them!

This project is implemented by using B/S structure and technologies such as struts,hibernate,spring, etc.

Then talk about the overall structure of the project (summary)

Specifically talk about the modules made by yourself ... The interviewer values your oral ability and technical aspects (own)

Novices are generally not familiar with configuration files when using SSH, so it can be said that this aspect is a problem. Let's say that the framework is built by yourself ...

JS errors are easy to occur when you start a project ... JS is particularly difficult to find because there is no clear error prompt ... I believe you should have met it (unless you haven't touched the interface)

Secondly, when doing a project, the running efficiency of JAVA itself is very high ... You can say that you used loops at the beginning, etc., which is inefficient ...

for()...{

str.substring(? .? ); //take

circularly ... for illustration only, and list

String str="123456789 "probably;

char[] ch=str.toChararray(); //Take them one by one and put them into the array. The efficiency is n times that of the above method. < P >-----------< P > This is just for your opinion ... Do you use it in the project or do it by yourself? Here, you can let the examiner know that you like comparative study and are good at thinking. < The thing about java programmers going to work > >