Find best restaurants! For business

Marine Drive - In Restaurant

Clients state that they like Chinese cuisine at this restaurant. But visitors rate Marine Drive - In Restaurant below average on Google.

Frequently mentioned in reviews

Features

Сredit cards accepted Delivery Outdoor seating Takeaway Booking
Report incorrect information

Visitors' reviews on Marine Drive - In Restaurant

106
Gokulnathan J

10 months ago on Google

Request content removal Copy link
Very worst response for parcel service Worst restaurant Food: 1 Service: 1 Atmosphere: 3 Noise level: Loud, but you can still talk Group size: 1 person Wait time: 30-60 min Seating type: Counter seating
HASIL SADIK

a year ago on Google

Request content removal Copy link
This restaurant is my fav location to have dosa and poori. Their taste is totally different from the dosa found in Chennai. It's yummy. Starting from the chutney to the sambar their taste is totally different and tasty. So this was my first time and looking forward to try out more dishes from here. Not only that. The price is also very less. I ordered Plain dosa , ghee masala dosa , double egg omlett and poori. And the total price was 160rs. This restaurant is easy to locate . It's located opposite to marine University. #marinedriveinrestaurant Nice and cozy. Decent, clean and hygiene dining areas. They also have an outdoor dining area. Food is very tasty. Reasonably priced. Quality is good. Restroom is clean but can be maintained better than what it is now. Service personnel to be increased, there were only two staff taking orders and serving. Nice place to have food. I strongly recommend this place. Service: Dine in Meal type: Lunch Price per person: ₹1–200 Food: 5 Service: 5 Atmosphere: 5 Recommended dishes: Pizza Dosa, Chicken Fried Rice, Vada
Reshma GVS

a year ago on Google

Request content removal Copy link
class Manipulation2 { public static void main(String args[]){ StringBuffer k = new StringBuffer("SUBASH CHANDRA BOSE"); String a="understanding"; String b="computer"; String c="prime number"; String d1="COMPUTER FEST"; String d2="computer fest"; System.out.println("The substring from 5th position = "+a.substring(5)); System.out.println("The substring from 5th index and excluding 10th index="+a.substring(5,10)); System.out.println("The first position of the character m ="+b.indexOf('m')); System.out.println("The position of 'm' from 5th character = "+c.indexOf('m' ,5)); System.out.println("The compare string = "+ d1.compareTo(d2)); System.out.println("The comparing strings after ignoring case ="+ d1.compareToIgnoreCase(d2)); System.out.println("The comparison using equals ignore case ="+ d1.equalsIgnoreCase(d2)); System.out.println("The reversed string= "+k.reverse()); } }
avatar Advisor Pierre