Somewhere I read that table should not be used for the layout purpose while creating a web-page. It was stated that table is used for classification of data. Now we see many website are using because it gives you great control over the layout of a web-page.
Although we can use layer, webmaster prefers table. Does this make any difference for SEO point of view.
table should not be used for the layout purpose while creating a web-page.
True.
Now we see many website are using because it gives you great control over the layout of a web-page.
Not necessarily true. This is an old fashioned way of laying out pages which is why you see so much of it. Layout should be controlled entirely by CSS only.
we can use layer
There is no such thing as layers. Some people incorrectly call the <div> a layer but it is not so don't use that term.
Does this make any difference for SEO point of view.
Google certainly "could" validate pages if they want to -- but they have no reason to. For search engine purposes, the main reason to validate your mark-up is to make sure that there is no error that would cause part or all of your page to be skipped by the spider.
Does this make any difference for SEO point of view.
It can make a difference: pages that use many nested tables for layout have a lot of code compared to the amount of content, and search engines don't like this. If a page uses CSS and DIVs for layout instead, the page will have a much better "code to content ratio", which is something that search engines prefer.